From ba6c959d9d614ea3241fedcdf3b5aba13dfc18a3 Mon Sep 17 00:00:00 2001 From: Daren Thomas Date: Tue, 23 Jan 2018 16:36:09 +0100 Subject: [PATCH] it seems there already was a version 1.2.2 - bumping some more --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e1dd08b..fd8977c 100644 --- a/setup.py +++ b/setup.py @@ -10,13 +10,13 @@ setup( name='esoreader', py_modules=['esoreader'], # this must be the same as the name above - version='1.2.2', + version='1.2.3', description='A module for parsing EnergyPlus *.eso files', long_description=long_description, author='Daren Thomas', author_email='thomas@arch.ethz.ch', url='https://github.com/architecture-building-systems/esoreader', - download_url='https://github.com/architecture-building-systems/esoreader/archive/1.2.1.tar.gz', # noqa + download_url='https://github.com/architecture-building-systems/esoreader/archive/1.2.3.tar.gz', # noqa keywords=['simulation', 'parsing', 'energyplus', 'pandas'], # arbitrary keywords # noqa classifiers=[], )