You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2011/01/05 04:19:34 UTC

svn commit: r1055286 - /incubator/libcloud/trunk/setup.py

Author: jerry
Date: Wed Jan  5 03:19:34 2011
New Revision: 1055286

URL: http://svn.apache.org/viewvc?rev=1055286&view=rev
Log:
Version bump to 0.4.1

Modified:
    incubator/libcloud/trunk/setup.py

Modified: incubator/libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/setup.py?rev=1055286&r1=1055285&r2=1055286&view=diff
==============================================================================
--- incubator/libcloud/trunk/setup.py (original)
+++ incubator/libcloud/trunk/setup.py Wed Jan  5 03:19:34 2011
@@ -99,7 +99,7 @@ pre_python26 = (sys.version_info[0] == 2
 
 setup(
     name='apache-libcloud',
-    version='0.4.0',
+    version='0.4.1',
     description='A unified interface into many cloud server providers',
     author='Apache Software Foundation',
     author_email='libcloud@incubator.apache.org',