From c649130a1f3c96ba64ff8b06d7ae83f9faff0816 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Wed, 23 Dec 2015 10:42:16 +0530 Subject: [PATCH] Set version to 2.5.0 Change-Id: I2f9ed5aec822d01ad77f36a70e293953bfe19e4d Signed-off-by: Prashanth Pai --- swiftonfile/swift/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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