We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e45c89 commit 29e258fCopy full SHA for 29e258f
hill_climber/__init__.py
@@ -56,7 +56,7 @@
56
- plotting_functions: Visualization utilities
57
"""
58
59
-__version__ = '0.1.1'
+__version__ = '0.1.2'
60
__author__ = 'gperdrizet'
61
62
from .optimizer import HillClimber
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "parallel-hill-climber"
7
-version = "0.1.1"
+version = "0.1.2"
8
authors = [
9
{name = "gperdrizet", email = "[email protected]"},
10
]
0 commit comments