Skip to content

Commit

Permalink
DEVOPS-259 set version to v0.11.1-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewg-mira committed Feb 15, 2024
1 parent 29671fb commit 2161cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion geoapps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 2161cfe

Please sign in to comment.