From 3bf815a91dd4dd56079679fe4742e87f654fdc44 Mon Sep 17 00:00:00 2001 From: dp0s Date: Thu, 25 Apr 2024 14:48:54 +0200 Subject: [PATCH] v0.1.5 --- Dlib/Dhelpers/__init__.py | 2 +- Dlib/Dpowers/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dlib/Dhelpers/__init__.py b/Dlib/Dhelpers/__init__.py index 28fb435..92aabde 100644 --- a/Dlib/Dhelpers/__init__.py +++ b/Dlib/Dhelpers/__init__.py @@ -20,4 +20,4 @@ #we don't want to import anything automatically -__version__ = "0.1.5rc2" \ No newline at end of file +__version__ = "0.1.5" \ No newline at end of file diff --git a/Dlib/Dpowers/__init__.py b/Dlib/Dpowers/__init__.py index 5d34d84..c80bb39 100644 --- a/Dlib/Dpowers/__init__.py +++ b/Dlib/Dpowers/__init__.py @@ -39,7 +39,7 @@ import Dhelpers -__version__ = "0.1.5rc2" +__version__ = "0.1.5" #Dpowers and Dhelpers share version number if __version__ != Dhelpers.__version__: import warnings