From b8d4154a8915d1f75f3ba2bfb5d3ebe3eef7c082 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Thu, 24 Mar 2011 00:26:56 +0000 Subject: [PATCH] baseline driver versions at 1.0.0 Patch by eevans; reviewed by brandon.williams for CASSANDRA-2374 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1084815 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 3 ++- drivers/py/setup.py | 2 +- drivers/txpy/setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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",