Skip to content

Commit

Permalink
raise version number and set oemetadata to minimum v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Nov 18, 2022
1 parent e3b8235 commit 44759b9
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 @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="omi",
version="0.0.9",
version="0.1.0",
license="AGPL-3.0",
description="A library to process and translate open energy metadata.",
long_description="%s\n%s"
Expand Down Expand Up @@ -70,7 +70,7 @@ def read(*names, **kwargs):
# eg: 'keyword1', 'keyword2', 'keyword3',
],
python_requires=">=3.5",
install_requires=["click", "rdfLib", "python-dateutil", "jsonschema", "oemetadata"],
install_requires=["click", "rdfLib", "python-dateutil", "jsonschema", "oemetadata>=1.5.2"],
tests_require=["tox", "pytest"],
extras_require={
"dev": ["black", "isort", "pre-commit"]
Expand Down

0 comments on commit 44759b9

Please sign in to comment.