Loading check_s3_bucket/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading setup.cfg +6 −5 Original line number Diff line number Diff line [bumpversion] current_version = 0.1.1 commit = True tag = True [bdist_wheel] universal = 1 Loading @@ -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] setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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(), Loading Loading
check_s3_bucket/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading
setup.cfg +6 −5 Original line number Diff line number Diff line [bumpversion] current_version = 0.1.1 commit = True tag = True [bdist_wheel] universal = 1 Loading @@ -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]
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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(), Loading