From 6a45ce8aec024a896b32b355705193dad5431d4c Mon Sep 17 00:00:00 2001 From: Xee authors Date: Wed, 11 Oct 2023 13:07:32 -0700 Subject: [PATCH] Incrementing package version. In the future, we should consider using scm version. PiperOrigin-RevId: 572663830 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a193d4..59ab72f 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setuptools.setup( name='xee', - version='0.0.0', + version='0.0.1', license='Apache 2.0', author='Google LLC', author_email='noreply@google.com',