We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132270 commit e6962e4Copy full SHA for e6962e4
hill_climber/__init__.py
@@ -56,7 +56,7 @@
56
- plotting_functions: Visualization utilities
57
"""
58
59
-__version__ = '0.1.0'
+__version__ = '0.1.1'
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.0"
+version = "0.1.1"
8
authors = [
9
{name = "gperdrizet", email = "[email protected]"},
10
]
0 commit comments