# built documents.
 #
 # The short X.Y version.
-version = '1.7'
+version = '1.7.1'
 # The full version, including alpha/beta/rc tags.
-release = '0'
+release = ''
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 
 from distutils.core import setup
 
 setup(name='pyi2ncommon',
-      version='1.7.0',  # keep in sync with spec file and doc/conf.py
+      version='1.7.1',  # keep in sync with spec file and doc/conf.py
       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 '