Browse Source

Bump version number to 1.0

Thomas Kluyver 11 years ago
parent
commit
ab8d5e8cbc
2 changed files with 3 additions and 3 deletions
  1. 2 2
      doc/conf.py
  2. 1 1
      nsist/__init__.py

+ 2 - 2
doc/conf.py

@@ -55,9 +55,9 @@ copyright = u'2014, Thomas Kluyver'
 # built documents.
 #
 # The short X.Y version.
-version = '0.3'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.3'
+release = '1.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
nsist/__init__.py

@@ -25,7 +25,7 @@ from .copymodules import copy_modules
 from .nsiswriter import NSISFileWriter
 from .util import download
 
-__version__ = '0.3'
+__version__ = '1.0'
 
 pjoin = os.path.join
 logger = logging.getLogger(__name__)