You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/01/05 03:58:06 UTC

svn commit: r895867 - /incubator/libcloud/trunk/libcloud/__init__.py

Author: pquerna
Date: Tue Jan  5 02:58:01 2010
New Revision: 895867

URL: http://svn.apache.org/viewvc?rev=895867&view=rev
Log:
Add version string to libcloud

Modified:
    incubator/libcloud/trunk/libcloud/__init__.py

Modified: incubator/libcloud/trunk/libcloud/__init__.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/__init__.py?rev=895867&r1=895866&r2=895867&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/__init__.py (original)
+++ incubator/libcloud/trunk/libcloud/__init__.py Tue Jan  5 02:58:01 2010
@@ -16,3 +16,5 @@
 """
 libcloud provides a unified interface to the cloud computing resources.
 """
+
+__version__ = "0.1.1-dev"
\ No newline at end of file