From 759ceb70766d16d2d699c3c16b319c3718ab863f Mon Sep 17 00:00:00 2001 From: Alessandro Valentini Date: Fri, 9 Feb 2024 10:39:01 +0100 Subject: [PATCH] Update pytamer and up-tamer version to v1.1.1 --- setup.py | 2 +- up_tamer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 69c4197..3c715d7 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.17', 'ConfigSpace'], + install_requires=['pytamer==0.1.18', 'ConfigSpace'], python_requires='>=3.7', license='APACHE' ) diff --git a/up_tamer/__init__.py b/up_tamer/__init__.py index f9a7f77..d975eba 100644 --- a/up_tamer/__init__.py +++ b/up_tamer/__init__.py @@ -16,7 +16,7 @@ import re -VERSION = (1, 1, 0) +VERSION = (1, 1, 1) __version__ = ".".join(str(x) for x in VERSION) try: