Skip to content

Commit

Permalink
Merge pull request #264 from hackingmaterials/v1.1.0
Browse files Browse the repository at this point in the history
update version [skip ci] [ci skip]
  • Loading branch information
ardunn authored Nov 11, 2019
2 parents 394cafc + bb04c0c commit aa93ee8
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.0.20191110"
__version__ = "1.0.1.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.0.20191110"
version = "1.0.1.20191110"

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

0 comments on commit aa93ee8

Please sign in to comment.