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: