瀏覽代碼

Bump version number to 1.0

Thomas Kluyver 11 年之前
父節點
當前提交
ab8d5e8cbc
共有 2 個文件被更改,包括 3 次插入3 次删除
  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__)