From ba691a7c012b3ccd53077e564f62442e919766c7 Mon Sep 17 00:00:00 2001 From: Nathaniel Schmitz Date: Mon, 30 Oct 2023 18:45:25 +0000 Subject: [PATCH] Increment package version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59ab72f..650c254 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setuptools.setup( name='xee', - version='0.0.1', + version='0.0.2', license='Apache 2.0', author='Google LLC', author_email='noreply@google.com',