From 057f278c5cb35ea3af8748da6a41ad142d0815c4 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Thu, 16 Jun 2011 12:23:57 +0200 Subject: [PATCH] version bump --- rosetta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."