Skip to content

Commit ef5815e

Browse files
committed
Bump to v0.1.3
1 parent b7e8108 commit ef5815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__author__ = 'Harry Marr'
1414

15-
VERSION = (0, 1, 2)
15+
VERSION = (0, 1, 3)
1616

1717
def get_version():
1818
version = '%s.%s' % (VERSION[0], VERSION[1])

0 commit comments

Comments
 (0)