From 7958aa1d43d82182f8dd26cd337ac51d0383d2b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sat, 13 Jul 2024 07:29:00 +0200 Subject: [PATCH] fixes release number --- snapquery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapquery/__init__.py b/snapquery/__init__.py index 4ae81f3..6e2648a 100644 --- a/snapquery/__init__.py +++ b/snapquery/__init__.py @@ -1 +1 @@ -__version__ = "0.0.13" +__version__ = "0.0.12"