# HG changeset patch # User Nicolas Saunier # Date 1599709677 14400 # Node ID fd729e8f073c0d06307d3c87efa51956ff0c69ff # Parent 2795d0e114c9cb57a0aab11c08ba19fe696bd030 changing version number and uploading new version on pypi diff -r 2795d0e114c9 -r fd729e8f073c README --- a/README Wed Sep 09 16:28:38 2020 -0400 +++ b/README Wed Sep 09 23:47:57 2020 -0400 @@ -12,4 +12,4 @@ Please consult the project website on Bitbucket for more information and step-by-step guides -https://bitbucket.org/Nicolas/trafficintelligence/wiki/Home \ No newline at end of file +https://bitbucket.org/Nicolas/trafficintelligence/ \ No newline at end of file diff -r 2795d0e114c9 -r fd729e8f073c setup.py --- a/setup.py Wed Sep 09 16:28:38 2020 -0400 +++ b/setup.py Wed Sep 09 23:47:57 2020 -0400 @@ -5,7 +5,7 @@ setuptools.setup( name='trafficintelligence', - version='0.2.5', + version='0.2.6', author='Nicolas Saunier', author_email='nicolas.saunier@polymtl.ca', url='https://bitbucket.org/Nicolas/trafficintelligence', @@ -13,9 +13,9 @@ description='Python modules of the Traffic Intelligence project', long_description=long_description, license = 'MIT License', - classifiers=( + classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", - ), + ], )