From dadee00a4e54ea5112d42a1fe2cfeb4d9b8bdad0 Mon Sep 17 00:00:00 2001 From: Luke Baumann <lukebaumann@google.com> Date: Wed, 23 Oct 2024 11:47:17 -0700 Subject: [PATCH] Bump version to v0.0.7 and trigger first PyPI release. PiperOrigin-RevId: 689047753 --- pathwaysutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathwaysutils/__init__.py b/pathwaysutils/__init__.py index 59baf35..3af7ad9 100644 --- a/pathwaysutils/__init__.py +++ b/pathwaysutils/__init__.py @@ -26,7 +26,7 @@ # A new PyPI release will be pushed every time `__version__` is increased. # When changing this, also update the CHANGELOG.md. -__version__ = "v0.0.6" +__version__ = "v0.0.7" # This is a brittle implementation since the platforms value is not necessarily