Skip to content

Commit 27fd4ac

Browse files
committed
GEOPY-1397 set version to v0.11.1
1 parent 1363ed0 commit 27fd4ac

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.11.1"
9999
# The full version, including alpha/beta/rc tags.
100-
release = "0.11.1-rc.2"
100+
release = "0.11.1"
101101

102102
# List of patterns, relative to source directory, that match files and
103103
# 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,7 +5,7 @@
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.11.1-rc.2"
8+
__version__ = "0.11.1"
99

1010
import os
1111
import warnings

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.11.1-rc.2"
3+
version = "0.11.1"
44
license = "MIT"
55
description = "Open-sourced Applications in Geoscience"
66
authors = ["Mira Geoscience <dominiquef@mirageoscience.com>"]

0 commit comments

Comments
 (0)