diff --git a/setup.py b/setup.py index deec584948777f434c124738cdfaf442fc6cd7b8..b09e98a1def9b299cfb6675d6b58b1dbe2cfc236 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ if not_installed != []: ', '.join(not_installed))) setup(name='gts2_client', - version='1.1.1', + version='1.1.2', packages=find_packages(exclude=['tests*']), url='https://gitext.gfz-potsdam.de/gts2/gts2_client.git', license='GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007',