Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bretth committed Aug 25, 2010
1 parent 425efbb commit 2a94a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woven/__init__.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

VERSION = (0, 5, 0,'final', 0)
VERSION = (0, 5, 1,'final', 0)

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

0 comments on commit 2a94a39

Please sign in to comment.