Skip to content

Commit

Permalink
Merge commit for internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilanifard committed Sep 28, 2023
2 parents 01215c0 + 4bb3fac commit c57e7b0
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 @@ -27,7 +27,7 @@
# This version number should always be that of the *next* (unreleased) version.
# Immediately after uploading a package to PyPI, you should increment the
# version number and push to gitHub.
__version__ = "2.0.12"
__version__ = "2.0.13"

if "--release" in sys.argv:
sys.argv.remove("--release")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_lattice/python/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def plot_calibrator_nodes(nodes,
"""
import matplotlib.pyplot as plt # pylint: disable=g-import-not-at-top

with plt.style.context('seaborn-whitegrid'):
with plt.style.context('seaborn-v0_8-whitegrid'):
plt.rc('font', size=font_size)
plt.rc('axes', titlesize=font_size)
plt.rc('xtick', labelsize=font_size)
Expand Down

0 comments on commit c57e7b0

Please sign in to comment.