From 68e02a3094a53b4e7bbb2ace0226ba0863257ca9 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Sun, 6 Apr 2014 10:01:27 +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 2865a48..aba94ef 100644 --- a/rosetta/__init__.py +++ b/rosetta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 7, 4) +VERSION = (0, 7, 5) def get_version(svn=False, limit=3):