diff --git a/rosetta/__init__.py b/rosetta/__init__.py index faa4a9a..07b88ab 100644 --- a/rosetta/__init__.py +++ b/rosetta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 6, 1) +VERSION = (0, 6, 2) def get_version(svn=False, limit=3): "Returns the version as a human-format string."