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: