From b26f3ddacf4deedf8b66db2f8125f9ae88856e64 Mon Sep 17 00:00:00 2001 From: joosthoeks Date: Mon, 2 Sep 2024 12:47:18 +0000 Subject: [PATCH] updated --- jhtalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhtalib/__init__.py b/jhtalib/__init__.py index 2f82759..ca119a2 100644 --- a/jhtalib/__init__.py +++ b/jhtalib/__init__.py @@ -3,7 +3,7 @@ # Set Global Attributes: __name__ = 'jhTAlib' -__version__ = '20231008.0' +__version__ = '20240902.0' __description__ = 'Technical Analysis Library Time-Series' __url__ = 'https://github.com/joosthoeks/jhTAlib' __author__ = 'Joost Hoeks'