Skip to content

Commit

Permalink
Change requirement again
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmincatalin committed Feb 12, 2020
1 parent 1951ccf commit f4089bf
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 @@ -2,7 +2,7 @@

setuptools.setup(
name="artifacts-metadata",
version="0.0.2",
version="0.0.3",
author="Cosmin Catalin Sanda",
author_email="[email protected]",
description="A library for managing artifacts metadata in DynamoDB",
Expand All @@ -11,6 +11,6 @@
"models.",
url="https://github.com/audienceproject/artifacts-metadata-py",
packages=setuptools.find_packages(),
python_requires=">=3.6",
python_requires=">=3",
install_requires=["boto3>=1.0.0"]
)

0 comments on commit f4089bf

Please sign in to comment.