Skip to content

Commit

Permalink
test mergedeep version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Feb 4, 2019
1 parent d2aef43 commit 8ff97c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3recon/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def open_local(paths, mode="r", encoding="utf8"):
with open_local(["README.md"]) as f:
long_description = f.read()

install_requires = ["mergedeep>=1"]
install_requires = ["mergedeep>=1.0"]

setuptools.setup(
name="s3recon",
Expand Down

0 comments on commit 8ff97c2

Please sign in to comment.