Skip to content

Commit 949ca05

Browse files
authored
Merge pull request #26 from MiraGeoscience/GEOPY-669-mira-simpeg-pypi
GEOPY-669 changes to allow publishing on pypi
2 parents b84f664 + 3ce68b0 commit 949ca05

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ To benefit from dask, install it with ``simpeg[regular, dask]``.
122122
.. _pip documentation: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
123123

124124
Install from a local clone
125-
------------------
125+
--------------------------
126126
pip install path/to/simpeg[regular,dask]
127127

128128
Install from a local clone in editable mode
129-
-----------------------------------
129+
-------------------------------------------
130130
pip install -e path/to/simpeg[regular,dask]
131131

132132

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.dev1+geoapps.0.6.0"
33+
__version__ = "0.15.1.dev5+geoapps.0.8.0"
3434
__author__ = "SimPEG Team"
3535
__license__ = "MIT"
3636
__copyright__ = "2013 - 2020, SimPEG Team, http://simpeg.xyz"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#parameter estimation in the context of geophysical applications.
55

66
[tool.poetry]
7-
name = "SimPEG"
8-
version = "0.15.1.dev3+geoapps.0.8.0"
7+
name = "Mira-SimPEG"
8+
version = "0.15.1.dev5"
99
license = "MIT"
10-
description = "SimPEG: Simulation and Parameter Estimation in Geophysics"
10+
description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
1111

12-
authors = ["Rowan Cockett <rowanc1@gmail.com>"]
12+
authors = ["Rowan Cockett <rowanc1@gmail.com>", "dominiquef@mirageoscience.com"]
1313
repository = "http://github.com/simpeg/simpeg"
1414
documentation = "https://docs.simpeg.xyz/"
1515
homepage = "http://simpeg.xyz/"

0 commit comments

Comments
 (0)