Skip to content

Commit

Permalink
Restore dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Oct 4, 2017
1 parent a2ded66 commit 7e3e518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anaconda_project/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# -----------------------------------------------------------------------------
"""Version of anaconda-project library."""

VERSION_INFO = (0, 8, 1)
VERSION_INFO = (0, 8, 2, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))
version = __version__

0 comments on commit 7e3e518

Please sign in to comment.