Skip to content

Commit 81e7181

Browse files
committed
v1.1.1
1 parent a5dac57 commit 81e7181

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hyperactive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
# License: MIT License
44

5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"
66
__license__ = "MIT"
77

88
from .optimizers.local import HillClimbingOptimizer

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hyperactive",
10-
version="1.1.0",
10+
version="1.1.1",
1111
author="Simon Blanke",
1212
author_email="[email protected]",
1313
license="MIT",

0 commit comments

Comments
 (0)