Skip to content

Commit 94bc711

Browse files
committed
v0.4.2
1 parent ca16a3a commit 94bc711

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
# Email: simon.blanke@yahoo.com
33
# License: MIT License
44

5-
__version__ = "0.4.1.8"
5+
__version__ = "0.4.2"
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="0.4.1.8",
10+
version="0.4.2",
1111
author="Simon Blanke",
1212
author_email="simon.blanke@yahoo.com",
1313
license="MIT",

0 commit comments

Comments
 (0)