Skip to content

Commit 467e898

Browse files
committed
bumping the version number after merging PR #2
1 parent f90a4d5 commit 467e898

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ coverage.xml
5555
# Sphinx documentation
5656
docs/_build/
5757

58+
# PyCharm
59+
.idea/
60+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='esoreader',
1212
py_modules=['esoreader'], # this must be the same as the name above
13-
version='1.2.1',
13+
version='1.2.2',
1414
description='A module for parsing EnergyPlus *.eso files',
1515
long_description=long_description,
1616
author='Daren Thomas',

0 commit comments

Comments
 (0)