Skip to content
Snippets Groups Projects
Commit d40d3c27 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.2.0 → 0.2.1

parent dcec7ce2
Branches
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ except ImportError: ...@@ -22,7 +22,7 @@ except ImportError:
print("Failed to import pytz.") print("Failed to import pytz.")
exit(3) exit(3)
__version__ = "0.2.0" __version__ = "0.2.1"
NOW = datetime.datetime.now(pytz.utc) NOW = datetime.datetime.now(pytz.utc)
......
[bumpversion] [bumpversion]
current_version = 0.2.0 current_version = 0.2.1
commit = True commit = True
tag = True tag = True
......
...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name="check_s3_bucket", name="check_s3_bucket",
version="0.2.0", version="0.2.1",
description="""Check that a file was added to an S3 bucket in the given time description="""Check that a file was added to an S3 bucket in the given time
window and is of a reasonable size.""", window and is of a reasonable size.""",
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment