From 8b7fa42a5ef2319e83d653755b92c4730f1ccdce Mon Sep 17 00:00:00 2001 From: Alessandro Valentini Date: Fri, 23 Feb 2024 17:50:07 +0100 Subject: [PATCH] Update pytamer and up-tamer version to v1.1.2 --- setup.py | 2 +- up_tamer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3c715d7..21473ec 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ author_email='tamer@fbk.eu', url='https://tamer.fbk.eu', packages=['up_tamer'], - install_requires=['pytamer==0.1.18', 'ConfigSpace'], + install_requires=['pytamer==0.1.19', 'ConfigSpace'], python_requires='>=3.7', license='APACHE' ) diff --git a/up_tamer/__init__.py b/up_tamer/__init__.py index d975eba..bd818fc 100644 --- a/up_tamer/__init__.py +++ b/up_tamer/__init__.py @@ -16,7 +16,7 @@ import re -VERSION = (1, 1, 1) +VERSION = (1, 1, 2) __version__ = ".".join(str(x) for x in VERSION) try: