From dba3558a8060cc0fd6cbc0b6cc0d50bc25d59b5c Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 1 Dec 2017 16:27:06 +0100 Subject: [PATCH] Change version to 1.1 --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index bc2a521..59a0a54 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.0', + version='1.1', description='Intra2net library of common helper utilities', long_description='Various modules used in several places within ' 'Intra2net code', -- 1.7.1