From 2161cfe5cff96e109bf74589c66d74bbe7f83bbe Mon Sep 17 00:00:00 2001 From: Andrew Gray Date: Thu, 15 Feb 2024 13:11:04 -0800 Subject: [PATCH] DEVOPS-259 set version to v0.11.1-rc.2 --- docs/conf.py | 2 +- geoapps/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1124997a9..b3ec40505 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ # The short X.Y version. version = "0.11.1" # The full version, including alpha/beta/rc tags. -release = "0.11.1-rc.1" +release = "0.11.1-rc.2" # 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 8e1b27caa..4b6c7899f 100644 --- a/geoapps/__init__.py +++ b/geoapps/__init__.py @@ -5,7 +5,7 @@ # 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.11.1-rc.1" +__version__ = "0.11.1-rc.2" import os import warnings diff --git a/pyproject.toml b/pyproject.toml index f4a83845d..26acebe29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geoapps" -version = "0.11.1-rc.1" +version = "0.11.1-rc.2" license = "MIT" description = "Open-sourced Applications in Geoscience" authors = ["Mira Geoscience "]