Loading setup.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pyehub", version="1.4.2", version="1.5.0", author_email="revins@uvic.ca", description="A library used to solve an energy hub model in Python.", long_description=long_description, Loading @@ -23,6 +23,7 @@ setuptools.setup( 'jsonschema', 'pylint', 'openpyxl', 'defusedxml' ], classifiers=[ "Programming Language :: Python :: 3", Loading Loading
setup.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pyehub", version="1.4.2", version="1.5.0", author_email="revins@uvic.ca", description="A library used to solve an energy hub model in Python.", long_description=long_description, Loading @@ -23,6 +23,7 @@ setuptools.setup( 'jsonschema', 'pylint', 'openpyxl', 'defusedxml' ], classifiers=[ "Programming Language :: Python :: 3", Loading