We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d417d commit ab7f8eaCopy full SHA for ab7f8ea
3 files changed
geoh5py/__init__.py
@@ -20,7 +20,7 @@
20
21
# flake8: noqa
22
23
-__version__ = "0.11.0-alpha.3"
+__version__ = "0.11.0-alpha.4"
24
25
import inspect
26
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "geoh5py"
3
-version = "0.11.0-alpha.3"
+version = "0.11.0-alpha.4"
4
5
license = "LGPL-3.0-or-later"
6
description = "Python API for geoh5, an open file format for geoscientific data"
recipe.yaml
@@ -2,7 +2,7 @@ schema_version: 1
context:
name: "geoh5py"
- version: "0.11.0a3"
+ version: "0.11.0a4"
python_min: "3.10"
7
8
package:
0 commit comments