Skip to content

Commit

Permalink
Making 1.0 release - updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
danielparton committed Jun 18, 2015
1 parent 5030a17 commit 1ff678d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from setuptools import setup

##########################
VERSION = "0.2"
ISRELEASED = False
VERSION = "1.0"
ISRELEASED = True
__version__ = VERSION
##########################

Expand Down Expand Up @@ -125,4 +125,4 @@ def find_package_data():
)

# Delete version.py file from this directory
os.remove(ensembler_version_filepath)
os.remove(ensembler_version_filepath)

0 comments on commit 1ff678d

Please sign in to comment.