diff --git a/build.xml b/build.xml index ec98337315..2b93e7d361 100644 --- a/build.xml +++ b/build.xml @@ -55,6 +55,7 @@ + @@ -431,7 +432,7 @@ - diff --git a/drivers/py/setup.py b/drivers/py/setup.py index 8929f945a4..af501faeb6 100755 --- a/drivers/py/setup.py +++ b/drivers/py/setup.py @@ -20,7 +20,7 @@ from os.path import abspath, join, dirname setup( name="cql", - version="1.0", + version="1.0.0", description="Cassandra Query Language driver", long_description=open(abspath(join(dirname(__file__), 'README'))).read(), url="http://cassandra.apache.org", diff --git a/drivers/txpy/setup.py b/drivers/txpy/setup.py index f4779d141e..a46fc38b2b 100644 --- a/drivers/txpy/setup.py +++ b/drivers/txpy/setup.py @@ -20,7 +20,7 @@ from os.path import abspath, join, dirname setup( name="txcql", - version="1.0", + version="1.0.0", description="Cassandra Query Language driver", long_description=open(abspath(join(dirname(__file__), 'README'))).read(), url="http://cassandra.apache.org",