Browse Source

Version number -> 1.9

Thomas Kluyver 8 years ago
parent
commit
04e81798a0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/conf.py
  2. 1 1
      nsist/__init__.py

+ 1 - 1
doc/conf.py

@@ -55,7 +55,7 @@ copyright = u'2014, Thomas Kluyver'
 # built documents.
 #
 # The short X.Y version.
-version = '1.8'
+version = '1.9'
 # The full version, including alpha/beta/rc tags.
 release = version
 

+ 1 - 1
nsist/__init__.py

@@ -30,7 +30,7 @@ from .nsiswriter import NSISFileWriter
 from .pypi import fetch_pypi_wheels
 from .util import download, text_types, get_cache_dir
 
-__version__ = '1.8'
+__version__ = '1.9'
 
 pjoin = os.path.join
 logger = logging.getLogger(__name__)