Skip to content

Commit e40fa90

Browse files
committed
update version
1 parent e455492 commit e40fa90

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
@@ -7,4 +7,4 @@
77
__author__ = 'Alex Dunn, Qi Wang, Alex Ganose, Alireza Faghaninia, Anubhav Jain'
88
__author_email__ = 'ardunn@lbl.gov'
99
__license__ = 'Modified BSD'
10-
__version__ = "2019.10.11"
10+
__version__ = "2019.10.14"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
reqs_raw = open(os.path.join(module_dir, "requirements.txt")).read()
66
# reqs_list = [r.replace("==", ">=") for r in reqs_raw.split("\n")]
77
reqs_list = [r for r in reqs_raw.split("\n")]
8-
version = "2019.10.11"
8+
version = "2019.10.14"
99

1010
if __name__ == "__main__":
1111
setup(

0 commit comments

Comments
 (0)