Skip to content

Commit b1d3e77

Browse files
committed
Bump versions
1 parent ff09701 commit b1d3e77

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
@@ -30,7 +30,7 @@
3030
SolverBiCG,
3131
)
3232

33-
__version__ = "0.15.1.dev6+geoapps.0.9.0"
33+
__version__ = "0.15.1.dev7+geoapps.0.9.1"
3434
__author__ = "SimPEG Team"
3535
__license__ = "MIT"
3636
__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.dev6+geoapps.0.9.0"
75+
release = "0.15.1.dev7+geoapps.0.9.1"
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.dev6"
8+
version = "0.15.1.dev7"
99
license = "MIT"
1010
description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
1111

0 commit comments

Comments
 (0)