Skip to content

Commit 767ba87

Browse files
authored
Merge pull request #3 from gperdrizet/dev
Bump version to 0.1.3
2 parents 16a2383 + 26de545 commit 767ba87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2'
59+
__version__ = '0.1.3'
6060
__author__ = 'gperdrizet'
6161

6262
from .optimizer import HillClimber

notebooks/02-pearson_spearman.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"n = 1000\n",
5353
"\n",
5454
"# Run duration in minutes\n",
55-
"run_time = 30\n",
55+
"run_time = 60\n",
5656
"\n",
5757
"# Number of replicate climbs for each objective function\n",
5858
"replicates = 8\n",

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.2"
7+
version = "0.1.3"
88
authors = [
99
{name = "gperdrizet", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)