Skip to content

Commit e6962e4

Browse files
committed
Bump version to 0.1.1
1 parent f132270 commit e6962e4

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.0'
59+
__version__ = '0.1.1'
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.0"
7+
version = "0.1.1"
88
authors = [
99
{name = "gperdrizet", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)