Skip to content

Commit

Permalink
UPDATE: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
madisonmay committed Aug 14, 2019
1 parent 517dc1d commit 1a462e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
version, __version__ = ('0.7',) * 2

# The full version, including alpha/beta/rc tags
release = '0.7.1'
release = '0.7.2'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion finetune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from finetune.target_models.mtl import MultiTask
from finetune.target_models.deployment_model import DeploymentModel

__version__, VERSION, version = ("0.7.1",) * 3
__version__, VERSION, version = ("0.7.2",) * 3

# Logging configuration
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
setup(
name="finetune",
packages=find_packages(),
version="0.7.1",
version="0.7.2",
install_requires=REQUIREMENTS,
extras_require={
"tf": ["tensorflow>=1.13.0"],
Expand Down

0 comments on commit 1a462e5

Please sign in to comment.