Skip to content

Commit 926453e

Browse files
committed
bump version to beta.1
1 parent c4202c3 commit 926453e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# The short X.Y version.
8686
version = "0.10.0"
8787
# The full version, including alpha/beta/rc tags.
88-
release = "0.10.0-alpha.2"
88+
release = "0.10.0-beta.1"
8989

9090
# List of patterns, relative to source directory, that match files and
9191
# directories to ignore when looking for source files.

geoh5py/__init__.py

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

1818
# flake8: noqa
1919

20-
__version__ = "0.10.0-alpha.2"
20+
__version__ = "0.10.0-beta.1"
2121

2222
import inspect
2323

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "geoh5py" %}
2-
{% set version = "0.10.0a2" %}
2+
{% set version = "0.10.0b1" %}
33

44
package:
55
name: {{ name|lower }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "geoh5py"
33

4-
version = "0.10.0-alpha.2"
4+
version = "0.10.0-beta.1"
55

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

0 commit comments

Comments
 (0)