Skip to content

Commit 51dbdcf

Browse files
committed
update version: no more rc
1 parent 9579170 commit 51dbdcf

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-rc.4"
100+
release = "0.9.0"
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-rc.4"
8+
__version__ = "0.9.0"

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-rc.4"
3+
version = "0.9.0"
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)