Skip to content

Commit

Permalink
Merge pull request #790 from ethanwhite/version-bump
Browse files Browse the repository at this point in the history
Bump version in preparation for next release
  • Loading branch information
henrykironde committed Feb 17, 2017
2 parents 71c4232 + dd7f704 commit 22bad96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _version.py
@@ -1 +1 @@
__version__ = 'v2.0.dev'
__version__ = 'v2.0.0'
2 changes: 1 addition & 1 deletion retriever_installer.iss
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{0467A404-8C83-42A2-8C25-0903FBD14D9C}
AppName=Data Retriever
AppVersion=1.9.0-dev
AppVersion=2.0.0
AppPublisher=Weecology
AppPublisherURL=http://data-retriever.org
AppSupportURL=http://data-retriever.org
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
current_platform = platform.system().lower()
extra_includes = []

__version__ = 'v2.0.dev'
__version__ = 'v2.0.0'
with open("_version.py", "w") as version_file:
version_file.write("__version__ = " + "'" + __version__ + "'\n")
version_file.close()
Expand Down

0 comments on commit 22bad96

Please sign in to comment.