Skip to content

Commit

Permalink
MRG: Merge pull request #77 from octue/release/0.0.19
Browse files Browse the repository at this point in the history
Release/0.0.19
  • Loading branch information
cortadocodes committed Apr 28, 2021
2 parents bd7f035 + 12a8ffa commit f2993c5
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 @@ -16,7 +16,7 @@

setup(
name="twined",
version="0.0.18",
version="0.0.19",
py_modules=[],
install_requires=["jsonschema ~= 3.2.0", "python-dotenv"],
url="https://www.github.com/octue/twined",
Expand All @@ -35,6 +35,6 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
python_requires=">=3.6",
keywords=["digital", "twins", "data", "services", "python", "schema"],
)

0 comments on commit f2993c5

Please sign in to comment.