From bd8fdc21b7678a88a128a9f1216065a9a3aab157 Mon Sep 17 00:00:00 2001 From: Luke Baumann Date: Fri, 25 Apr 2025 11:26:03 -0700 Subject: [PATCH] Bumping version number in preparation of the next release PiperOrigin-RevId: 751495774 --- pathwaysutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathwaysutils/__init__.py b/pathwaysutils/__init__.py index e6654c5..0be743f 100644 --- a/pathwaysutils/__init__.py +++ b/pathwaysutils/__init__.py @@ -26,7 +26,7 @@ _logger = logging.getLogger(__name__) _initialization_count = 0 # When changing this, also update the CHANGELOG.md. -__version__ = "v0.1.0" +__version__ = "v0.1.1" # This is a brittle implementation since the platforms value is not necessarily