Skip to content

Commit ba6c959

Browse files
committed
it seems there already was a version 1.2.2 - bumping some more
1 parent 467e898 commit ba6c959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
setup(
1111
name='esoreader',
1212
py_modules=['esoreader'], # this must be the same as the name above
13-
version='1.2.2',
13+
version='1.2.3',
1414
description='A module for parsing EnergyPlus *.eso files',
1515
long_description=long_description,
1616
author='Daren Thomas',
1717
author_email='thomas@arch.ethz.ch',
1818
url='https://github.com/architecture-building-systems/esoreader',
19-
download_url='https://github.com/architecture-building-systems/esoreader/archive/1.2.1.tar.gz', # noqa
19+
download_url='https://github.com/architecture-building-systems/esoreader/archive/1.2.3.tar.gz', # noqa
2020
keywords=['simulation', 'parsing', 'energyplus', 'pandas'], # arbitrary keywords # noqa
2121
classifiers=[],
2222
)

0 commit comments

Comments
 (0)