Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lk3r committed Mar 16, 2011
1 parent 87ee571 commit 640eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwlib/rl/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class _Version(tuple):
def __str__(self):
return '.'.join([str(x) for x in self])

version = _Version((0, 12, 7))
version = _Version((0, 12, 8))
del _Version

0 comments on commit 640eb9e

Please sign in to comment.