Skip to content

Commit d670703

Browse files
committed
version bump
1 parent fd27adf commit d670703

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cqlengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from cqlengine.models import Model
44
from cqlengine.query import BatchQuery
55

6-
__version__ = '0.3.2'
6+
__version__ = '0.3.3'
77

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.3.2'
51+
version = '0.3.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.3.2'
53+
release = '0.3.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#python setup.py register
55
#python setup.py sdist upload
66

7-
version = '0.3.2'
7+
version = '0.3.3'
88

99
long_desc = """
1010
cqlengine is a Cassandra CQL Object Mapper for Python in the style of the Django orm and mongoengine

0 commit comments

Comments
 (0)