Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 378091858
  • Loading branch information
achoum authored and copybara-github committed Jun 8, 2021
1 parent 53ed356 commit 319d311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.6 - ????
## 0.1.6 - 2021-06-07

### Features

Expand Down
2 changes: 1 addition & 1 deletion configure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from setuptools.command.install import install
from setuptools.dist import Distribution

_VERSION = "0.1.5"
_VERSION = "0.1.6"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_decision_forests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"""

__version__ = "0.1.5"
__version__ = "0.1.6"
__author__ = "Mathieu Guillame-Bert"

from tensorflow_decision_forests import keras
Expand Down

0 comments on commit 319d311

Please sign in to comment.