Skip to content

Commit

Permalink
Bump version to 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Bessas committed Feb 16, 2012
1 parent 111aa93 commit a2bf2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txclib/__init__.py
Expand Up @@ -8,7 +8,7 @@
""" """




VERSION = (0, 6, 1, 'final') VERSION = (0, 7, 0, 'final')


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

0 comments on commit a2bf2ef

Please sign in to comment.