Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
Refs #15, #16, #17, #22, #27, #30
  • Loading branch information
simonw committed Nov 11, 2021
1 parent c75d418 commit 794e440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.4"
VERSION = "0.5"


def get_long_description():
Expand Down Expand Up @@ -33,6 +33,5 @@ def get_long_description():
""",
install_requires=["click", "boto3"],
extras_require={"test": ["pytest", "pytest-mock"]},
tests_require=["s3-credentials[test]"],
python_requires=">=3.6",
)

0 comments on commit 794e440

Please sign in to comment.