Skip to content

Commit

Permalink
update version to avoid pypi problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Nov 11, 2019
1 parent 40ffba6 commit 0555760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatminer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__license__ = "Modified BSD"

# Version is MAJOR.MINOR.PATCH.YYYYMMDD
__version__ = "1.0.1.20191110"
__version__ = "1.0.2.20191110"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
reqs_list = [r for r in reqs_raw.split("\n")]

# Version is MAJOR.MINOR.PATCH.YYYYMMDD
version = "1.0.1.20191110"
version = "1.0.2.20191110"

if __name__ == "__main__":
setup(
Expand Down

0 comments on commit 0555760

Please sign in to comment.