version number bump
This commit is contained in:
@@ -3,5 +3,5 @@ from cqlengine.functions import *
|
||||
from cqlengine.models import Model
|
||||
from cqlengine.query import BatchQuery
|
||||
|
||||
__version__ = '0.1.2'
|
||||
__version__ = '0.2'
|
||||
|
||||
|
||||
@@ -48,9 +48,9 @@ copyright = u'2012, Blake Eggleston'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.1.2'
|
||||
version = '0.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1.2'
|
||||
release = '0.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
Reference in New Issue
Block a user