Increase version to 1.6 v1.6
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 8 Aug 2019 09:58:11 +0000 (11:58 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 8 Aug 2019 09:58:11 +0000 (11:58 +0200)
Also mention "python" in description.

setup.py

index c954a6d..5f0a44f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,9 +23,9 @@
 from distutils.core import setup
 
 setup(name='pyi2ncommon',
-      version='1.5',
-      description='Intra2net library of common helper utilities',
-      long_description='Helper modules for Intra2net source code that are '
+      version='1.6',
+      description='Intra2net library of common python helper utilities',
+      long_description='Helper modules for Intra2net python code that are '
                        'used in several places and/or are of '
                        'general interest',
       author='Intra2net AG',