From 7db2ce4536a402ba8603b0bfba6984b5df10615b Mon Sep 17 00:00:00 2001 From: Manuel Jeckelmann Date: Mon, 15 Sep 2014 17:37:15 +0200 Subject: [PATCH] Set version to 1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9a5854..ae6d2f2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ """ setup(name='CleanerVersion', - version='1.1', + version='1.1.1', description='A versioning solution for relational data models', long_description='CleanerVersion is a solution that allows you to read and write multiple versions of an entry ' 'to and from your relational database. It allows to keep track of modifications on an object '