Skip to content

Commit

Permalink
Update pytamer and up-tamer version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Feb 23, 2024
1 parent 759ceb7 commit 8b7fa42
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.18', 'ConfigSpace'],
install_requires=['pytamer==0.1.19', '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, 1)
VERSION = (1, 1, 2)
__version__ = ".".join(str(x) for x in VERSION)

try:
Expand Down

0 comments on commit 8b7fa42

Please sign in to comment.