diff --git a/docs/conf.py b/docs/conf.py index 3c4a98ea5..1797a9867 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ # The short X.Y version. version = "0.8.1" # The full version, including alpha/beta/rc tags. -release = "0.8.1-beta.1" +release = "0.8.1" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/geoapps/__init__.py b/geoapps/__init__.py index 0e3c974d9..0741cdd12 100644 --- a/geoapps/__init__.py +++ b/geoapps/__init__.py @@ -5,4 +5,4 @@ # geoapps is distributed under the terms and conditions of the MIT License # (see LICENSE file at the root of this source code package). -__version__ = "0.8.1-beta.1" +__version__ = "0.8.1" diff --git a/pyproject.toml b/pyproject.toml index 0374fd6b0..0bfe33c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geoapps" -version = "0.8.1-beta.1" +version = "0.8.1" description = "Open-sourced Applications in Geoscience" authors = ["Mira Geoscience "] repository = "https://github.com/MiraGeoscience/geoapps"