You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/06/16 18:48:33 UTC

svn commit: r1136541 - /cassandra/drivers/py/setup.py

Author: eevans
Date: Thu Jun 16 16:48:32 2011
New Revision: 1136541

URL: http://svn.apache.org/viewvc?rev=1136541&view=rev
Log:
bump version to 1.0.4

Modified:
    cassandra/drivers/py/setup.py

Modified: cassandra/drivers/py/setup.py
URL: http://svn.apache.org/viewvc/cassandra/drivers/py/setup.py?rev=1136541&r1=1136540&r2=1136541&view=diff
==============================================================================
--- cassandra/drivers/py/setup.py (original)
+++ cassandra/drivers/py/setup.py Thu Jun 16 16:48:32 2011
@@ -20,7 +20,7 @@ from os.path import abspath, join, dirna
 
 setup(
     name="cql",
-    version="1.0.3",
+    version="1.0.4",
     description="Cassandra Query Language driver",
     long_description=open(abspath(join(dirname(__file__), 'README'))).read(),
     url="http://cassandra.apache.org",