Skip to content

Commit 499cb5c

Browse files
authored
Merge pull request #734 from sebhmg/GEOPY-2270
GEOPY-2270: bump version to release 0.11.0
2 parents 77b77c8 + f3048f8 commit 499cb5c

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.6"
23+
__version__ = "0.11.0"
2424

2525
import inspect
2626

poetry.lock

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

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.6"
3+
version = "0.11.0"
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.0a6"
5+
version: "0.11.0"
66
python_min: "3.10"
77

88
package:

0 commit comments

Comments
 (0)