Skip to content

Commit 9063fc3

Browse files
committed
change version to 0.3.0 alpha.1
1 parent 02a3be2 commit 9063fc3

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
@@ -15,4 +15,4 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with geoh5py. If not, see <https://www.gnu.org/licenses/>.
1717

18-
__version__ = "0.2.0"
18+
__version__ = "0.3.0-alpha.1"

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.2.0"
3+
version = "0.3.0-alpha.1"
44
license = "LGPL-3.0-or-later"
55
description = "Python API for geoh5, an open file format for geoscientific data"
66
authors = ["Mira Geoscience <support@mirageoscience.com>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setup(
2020
long_description=README,
2121
name="geoh5py",
22-
version="0.2.0",
22+
version="0.3.0-alpha.1",
2323
description="Python API for geoh5, an open file format for geoscientific data",
2424
python_requires="==3.*,>=3.7.0",
2525
project_urls={

0 commit comments

Comments
 (0)