Skip to content

Commit ab7f8ea

Browse files
committed
bump version to alpha.4
1 parent 80d417d commit ab7f8ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geoh5py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# flake8: noqa
2222

23-
__version__ = "0.11.0-alpha.3"
23+
__version__ = "0.11.0-alpha.4"
2424

2525
import inspect
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geoh5py"
3-
version = "0.11.0-alpha.3"
3+
version = "0.11.0-alpha.4"
44

55
license = "LGPL-3.0-or-later"
66
description = "Python API for geoh5, an open file format for geoscientific data"

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
context:
44
name: "geoh5py"
5-
version: "0.11.0a3"
5+
version: "0.11.0a4"
66
python_min: "3.10"
77

88
package:

0 commit comments

Comments
 (0)