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

Bump version: 0.1.0 → 0.1.1

parent 64b2a64f
No related branches found
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 dateutil.") print("Failed to import dateutil.")
exit(3) exit(3)
__version__ = "0.1.0" __version__ = "0.1.1"
def get_file_list(bucket): def get_file_list(bucket):
......
[bumpversion]
current_version = 0.1.1
commit = True
tag = True
[bdist_wheel] [bdist_wheel]
universal = 1 universal = 1
...@@ -5,11 +10,7 @@ universal = 1 ...@@ -5,11 +10,7 @@ universal = 1
exclude = .tox,*.egg,build,data exclude = .tox,*.egg,build,data
select = E,W,F select = E,W,F
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
[bumpversion:file:setup.py] [bumpversion:file:setup.py]
[bumpversion:file:check_s3_bucket/__init__.py] [bumpversion:file:check_s3_bucket/__init__.py]
...@@ -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.1.0", version="0.1.1",
description="""Check that a filename matching the regex was added to the description="""Check that a filename matching the regex was added to the
bucket in the given time window.""", bucket in the given time window.""",
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