From 5bb4f14a54c8a5152f05424fce1fc75ac51823b4 Mon Sep 17 00:00:00 2001 From: omsh Date: Tue, 1 Oct 2024 09:59:26 +0200 Subject: [PATCH] version 0.1.3 --- src/dlomix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlomix/__init__.py b/src/dlomix/__init__.py index 0d293ee..4154a85 100644 --- a/src/dlomix/__init__.py +++ b/src/dlomix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.3dev0" +__version__ = "0.1.3" META_DATA = { "author": "Omar Shouman",