Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jul 12, 2012
1 parent 61c8a5a commit 051c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use 'final' as the 4th element to indicate
# a full release

VERSION = (0, 1, 9, 'final')
VERSION = (0, 1, 10, 'final')

def get_short_version():
return '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit 051c556

Please sign in to comment.