Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Bump version number to 0.4.1 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Sep 15, 2021
1 parent 0fa70f5 commit 0b8fc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# depends on Ray, then we create a cyclic dep.
# workaround from: https://stackoverflow.com/a/17626524
with open("tune_sklearn/_version.py") as f:
text = f.readlines() # Returns ['__version__ = "0.4.0"']
text = f.readlines() # Returns ['__version__ = "0.4.1"']
__version__ = text[-1].split()[-1].strip("\"'")

VERSION = os.environ.get("TSK_RELEASE_VERSION", __version__)
Expand Down
2 changes: 1 addition & 1 deletion tune_sklearn/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 0b8fc83

Please sign in to comment.