From c7efd50d8aad743fefcbb0007476439a904f0216 Mon Sep 17 00:00:00 2001 From: Sphesihle Makhathini Date: Mon, 18 May 2020 14:31:21 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a416fd3..a9bd8aad 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ ], PACKAGE_NAME = "stimela" -__version__ = "1.5.3.1" +__version__ = "1.5.4" setup(name=PACKAGE_NAME, version=__version__,