Skip to content

Commit 784d9de

Browse files
committed
Merge branch 'release/0.9.0'
2 parents 85701ff + 8b8f7dc commit 784d9de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
# The short X.Y version.
9898
version = "0.9.0"
9999
# The full version, including alpha/beta/rc tags.
100-
release = "0.9.0"
100+
release = "0.9.0-rc.4"
101101

102102

103103
# List of patterns, relative to source directory, that match files and

geoapps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# geoapps is distributed under the terms and conditions of the MIT License
66
# (see LICENSE file at the root of this source code package).
77

8-
__version__ = "0.9.0"
8+
__version__ = "0.9.0-rc.4"

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 = "geoapps"
3-
version = "0.9.0"
3+
version = "0.9.0-rc.4"
44
description = "Open-sourced Applications in Geoscience"
55
authors = ["Mira Geoscience <dominiquef@mirageoscience.com>"]
66
repository = "https://github.com/MiraGeoscience/geoapps"

0 commit comments

Comments
 (0)