diff --git a/swiftonfile/swift/__init__.py b/swiftonfile/swift/__init__.py index c5de4e9..806a318 100644 --- a/swiftonfile/swift/__init__.py +++ b/swiftonfile/swift/__init__.py @@ -43,6 +43,6 @@ class PkgInfo(object): # Change the Package version here -_pkginfo = PkgInfo('2.3.0', '0', 'swiftonfile', False) +_pkginfo = PkgInfo('2.5.0', '0', 'swiftonfile', False) __version__ = _pkginfo.pretty_version __canonical_version__ = _pkginfo.canonical_version