Skip to content

Commit 0555760

Browse files
committed
update version to avoid pypi problems
1 parent 40ffba6 commit 0555760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automatminer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
__license__ = "Modified BSD"
1010

1111
# Version is MAJOR.MINOR.PATCH.YYYYMMDD
12-
__version__ = "1.0.1.20191110"
12+
__version__ = "1.0.2.20191110"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
reqs_list = [r for r in reqs_raw.split("\n")]
88

99
# Version is MAJOR.MINOR.PATCH.YYYYMMDD
10-
version = "1.0.1.20191110"
10+
version = "1.0.2.20191110"
1111

1212
if __name__ == "__main__":
1313
setup(

0 commit comments

Comments
 (0)