Skip to content

Commit

Permalink
Bump version number to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 17, 2014
1 parent 81d667b commit ab8d5e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .nsiswriter import NSISFileWriter
from .util import download

__version__ = '0.3'
__version__ = '1.0'

pjoin = os.path.join
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit ab8d5e8

Please sign in to comment.