Skip to content

Commit 4dbb9f3

Browse files
committed
GEOPY-885 set version to v0.15.1.dev9
1 parent 0d03647 commit 4dbb9f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SimPEG/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232

3333

34-
__version__ = "0.15.1.dev8+geoapps.0.10.0"
34+
__version__ = "0.15.1.dev9+geoapps.0.10.0"
3535
__author__ = "SimPEG Team"
3636
__license__ = "MIT"
3737
__copyright__ = "2013 - 2020, SimPEG Team, http://simpeg.xyz"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = "0.15.1"
7474
# The full version, including alpha/beta/rc tags.
75-
release = "0.15.1.dev8+geoapps.0.10.0"
75+
release = "0.15.1.dev9+geoapps.0.10.0"
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "Mira-SimPEG"
8-
version = "0.15.1.dev7"
8+
version = "0.15.1.dev9"
99
license = "MIT"
1010
description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
1111

0 commit comments

Comments
 (0)