Skip to content

Commit

Permalink
Update pytamer and up-tamer version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Feb 9, 2024
1 parent 631dfd4 commit 759ceb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author_email='[email protected]',
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'
)
2 changes: 1 addition & 1 deletion up_tamer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re


VERSION = (1, 1, 0)
VERSION = (1, 1, 1)
__version__ = ".".join(str(x) for x in VERSION)

try:
Expand Down

0 comments on commit 759ceb7

Please sign in to comment.