diff --git a/swiftonhpss/swift/__init__.py b/swiftonhpss/swift/__init__.py index 13a9151..cbb0952 100644 --- a/swiftonhpss/swift/__init__.py +++ b/swiftonhpss/swift/__init__.py @@ -44,7 +44,7 @@ class PkgInfo(object): # Change the Package version here _pkginfo = PkgInfo(canonical_version='2.5.0', - release='1', + release='0', name='swiftonhpss', final=False) __version__ = _pkginfo.pretty_version