From ca255ebf324036c52b1e74becee158cfabc728f4 Mon Sep 17 00:00:00 2001 From: kass1 Date: Tue, 19 Nov 2024 12:40:56 +0100 Subject: [PATCH] bump to beta --- python/pdstools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pdstools/__init__.py b/python/pdstools/__init__.py index 8e0f707e..e8841240 100644 --- a/python/pdstools/__init__.py +++ b/python/pdstools/__init__.py @@ -1,6 +1,6 @@ """Pega Data Scientist Tools Python library""" -__version__ = "4.0.0a1" +__version__ = "4.0.0b1" from pathlib import Path