version bump

This commit is contained in:
Blake Eggleston
2013-06-04 13:43:58 -07:00
parent 67055e006e
commit 750c58c27c
3 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ from cqlengine.functions import *
from cqlengine.models import Model
from cqlengine.query import BatchQuery
__version__ = '0.3.1'
__version__ = '0.3.2'

View File

@@ -48,9 +48,9 @@ copyright = u'2012, Blake Eggleston'
# built documents.
#
# The short X.Y version.
version = '0.3.1'
version = '0.3.2'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
#python setup.py register
#python setup.py sdist upload
version = '0.3.1'
version = '0.3.2'
long_desc = """
cqlengine is a Cassandra CQL Object Mapper for Python in the style of the Django orm and mongoengine