Skip to content

Commit cdc6f2c

Browse files
authored
Merge pull request #7 from MiraGeoscience/release/v0.1.2
geoh5py=0.5.0, version is 0.1.2, regenerate poetry.lock
2 parents 775273b + 588022a commit cdc6f2c

File tree

3 files changed

+73
-33
lines changed

3 files changed

+73
-33
lines changed

param_sweeps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# param-sweeps is distributed under the terms and conditions of the MIT License
66
# (see LICENSE file at the root of this source code package).
77

8-
__version__ = "0.1.0"
8+
__version__ = "0.1.2"

poetry.lock

Lines changed: 70 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "param-sweeps"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "Parameter sweeper for ui.json powered applications"
55
authors = ["Mira Geoscience <benjamink@mirageoscience.com>"]
66
repository = "https://github.com/MiraGeoscience/param-sweeps"
@@ -24,7 +24,7 @@ classifiers = [
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.7.2,<3.11"
27-
geoh5py = "~0.4.0"
27+
geoh5py = "~0.5.0"
2828
numpy = "!=1.19.4, ^1.21.5"
2929

3030

0 commit comments

Comments
 (0)