Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit df7d4cb

Browse files
committed
Bump to v0.2
1 parent dc51362 commit df7d4cb

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, 3)
15+
VERSION = (0, 2, 0)
1616

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

0 commit comments

Comments
 (0)