We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca16a3a commit 94bc711Copy full SHA for 94bc711
2 files changed
hyperactive/__init__.py
@@ -2,7 +2,7 @@
2
# Email: simon.blanke@yahoo.com
3
# License: MIT License
4
5
-__version__ = "0.4.1.8"
+__version__ = "0.4.2"
6
__license__ = "MIT"
7
8
from .optimizers.local import HillClimbingOptimizer
setup.py
@@ -7,7 +7,7 @@
setup(
9
name="hyperactive",
10
- version="0.4.1.8",
+ version="0.4.2",
11
author="Simon Blanke",
12
author_email="simon.blanke@yahoo.com",
13
license="MIT",
0 commit comments