From a864edb2ce92e3a3532efa21257da72b615018b2 Mon Sep 17 00:00:00 2001 From: TensorFlow Lattice Authors Date: Thu, 20 Oct 2022 16:24:26 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 482629451 Change-Id: I898fcec9b5dfa74407333ca9d29c394cfb11a2c8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 264b10f..60788e0 100644 --- a/setup.py +++ b/setup.py @@ -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.10" +__version__ = "2.0.11" if "--release" in sys.argv: sys.argv.remove("--release")