From ec984b41563c59934d000e815d50865e7a0a9deb Mon Sep 17 00:00:00 2001 From: Peter Fackeldey Date: Fri, 15 Dec 2023 15:33:03 +0100 Subject: [PATCH] increase version --- src/dilax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dilax/__init__.py b/src/dilax/__init__.py index e206eb3..4a9e02b 100644 --- a/src/dilax/__init__.py +++ b/src/dilax/__init__.py @@ -10,7 +10,7 @@ __contact__ = "https://github.com/pfackeldey/dilax" __license__ = "BSD-3-Clause" __status__ = "Development" -__version__ = "0.1.5" +__version__ = "0.1.6" # expose public API