Commit ac070d53 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.1.0 → 0.1.1

parent 64b2a64f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ except ImportError:
    print("Failed to import dateutil.")
    exit(3)

__version__ = "0.1.0"
__version__ = "0.1.1"


def get_file_list(bucket):
+6 −5
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.1.1
commit = True
tag = True

[bdist_wheel]
universal = 1

@@ -5,11 +10,7 @@ universal = 1
exclude = .tox,*.egg,build,data
select = E,W,F

[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:check_s3_bucket/__init__.py]
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages

setup(
    name="check_s3_bucket",
    version="0.1.0",
    version="0.1.1",
    description="""Check that a filename matching the regex was added to the
    bucket in the given time window.""",
    long_description=open("README.rst", "r").read(),