Skip to content

Commit

Permalink
it seems there already was a version 1.2.2 - bumping some more
Browse files Browse the repository at this point in the history
  • Loading branch information
daren-thomas committed Jan 23, 2018
1 parent 467e898 commit ba6c959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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=[],
)

0 comments on commit ba6c959

Please sign in to comment.