diff --git a/cqlengine/VERSION b/cqlengine/VERSION index e815b861..4312e0d0 100644 --- a/cqlengine/VERSION +++ b/cqlengine/VERSION @@ -1 +1 @@ -0.15.1 +0.15.2 diff --git a/setup.py b/setup.py index a427f36b..2d6740db 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", ], keywords='cassandra,cql,orm', - install_requires = ['cassandra-driver >= 2.0.0'], + install_requires = ['cassandra-driver >= 2.0.0', "cql"], author='Blake Eggleston, Jon Haddad', author_email='bdeggleston@gmail.com', url='https://github.com/cqlengine/cqlengine',