Skip to content

Commit 4e541c3

Browse files
authored
Merge pull request #407 from MiraGeoscience/GEOPY-622-version
GEOPY-622 remove beta from version
2 parents 2cdf4be + 23f87f0 commit 4e541c3

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
@@ -96,7 +96,7 @@
9696
# The short X.Y version.
9797
version = "0.8.1"
9898
# The full version, including alpha/beta/rc tags.
99-
release = "0.8.1-beta.1"
99+
release = "0.8.1"
100100

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

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.8.1-beta.1"
8+
__version__ = "0.8.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 = "geoapps"
3-
version = "0.8.1-beta.1"
3+
version = "0.8.1"
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)