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

Bump version: 0.2.3 → 0.2.4

parent 3ebc6d5d
Branches
Tags v0.2.4
No related merge requests found
FROM python:3.7-alpine3.9
RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.3
RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.4
ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ]
......@@ -22,7 +22,7 @@ except ImportError:
print("Failed to import pytz.")
exit(3)
__version__ = "0.2.3"
__version__ = "0.2.4"
NOW = datetime.datetime.now(pytz.utc)
......
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
commit = True
tag = True
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="check_s3_bucket",
version="0.2.3",
version="0.2.4",
description="""Check that a file was added to an S3 bucket in the given time
window and is of a reasonable size.""",
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