Skip to content

Commit

Permalink
Bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Jan 10, 2010
1 parent dc51362 commit df7d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Harry Marr'

VERSION = (0, 1, 3)
VERSION = (0, 2, 0)

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

0 comments on commit df7d4cb

Please sign in to comment.