Skip to content

Commit 29e258f

Browse files
committed
Bump version to 0.1.2
1 parent 5e45c89 commit 29e258f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hill_climber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
- plotting_functions: Visualization utilities
5757
"""
5858

59-
__version__ = '0.1.1'
59+
__version__ = '0.1.2'
6060
__author__ = 'gperdrizet'
6161

6262
from .optimizer import HillClimber

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "parallel-hill-climber"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
authors = [
99
{name = "gperdrizet", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)