Bumped the version
This commit is contained in:
@@ -14,7 +14,8 @@ __all__ = (document.__all__ + fields.__all__ + connection.__all__ +
|
||||
|
||||
__author__ = 'Harry Marr'
|
||||
|
||||
VERSION = (0, 4, 0)
|
||||
VERSION = (0, 4, 1)
|
||||
|
||||
|
||||
def get_version():
|
||||
version = '%s.%s' % (VERSION[0], VERSION[1])
|
||||
@@ -23,4 +24,3 @@ def get_version():
|
||||
return version
|
||||
|
||||
__version__ = get_version()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user