Skip to content

Commit

Permalink
fix version (for zest releaser)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed Nov 27, 2017
1 parent ce84ffb commit 97237b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -19,7 +19,8 @@
long_description = (open("README.rst").read() + "\n" +
open("CHANGES.rst").read())

__version__ = '4.0.1.dev0'
version = '4.0.1.dev0'
__version__ = version

setup(name='tempstorage',
version=__version__,
Expand Down

0 comments on commit 97237b8

Please sign in to comment.