From 4499244a32aacafff230010ca9f98c27d21997fc Mon Sep 17 00:00:00 2001 From: Daiyi Peng Date: Thu, 18 Jul 2024 17:15:53 -0700 Subject: [PATCH] Bump version to 0.1.0 as a major version for OSS release. PiperOrigin-RevId: 653803550 --- langfun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langfun/__init__.py b/langfun/__init__.py index aff7ad4..827b56b 100644 --- a/langfun/__init__.py +++ b/langfun/__init__.py @@ -75,4 +75,4 @@ # pylint: enable=g-import-not-at-top # pylint: enable=g-bad-import-order -__version__ = "0.0.2" +__version__ = "0.1.0"