From 74b9672b4a4cb38b5da2ef0aa86aa934c8b55baa Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 12 Oct 2025 23:37:35 -0700 Subject: [PATCH] bump version to v1.5 --- klamath/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klamath/__init__.py b/klamath/__init__.py index 8de1f87..5a315b4 100644 --- a/klamath/__init__.py +++ b/klamath/__init__.py @@ -36,5 +36,5 @@ from . import ( ) __author__ = 'Jan Petykiewicz' -__version__ = '1.4' +__version__ = '1.5'