@@ -32,7 +32,7 @@ appname = "pwman3"
try:
version = pkg_resources.get_distribution('pwman3').version
except pkg_resources.DistributionNotFound: # pragma: no cover
- version = "0.7.1"
+ version = "0.7.2"
website = "http://pwman3.github.io/pwman3/"
author = "Oz Nahum Tiram"
@@ -326,7 +326,7 @@ if sys.platform.startswith('win'):
setup(name=pwman.appname,
- version=pwman.version,
+ version='0.7.3.dev',
description=pwman.description,
long_description=pwman.long_description,
author=pwman.author,