Skip to content

Commit b398ebe

Browse files
authored
Merge branch 'release/0.3.0' into GEOPY-2147
2 parents b718381 + d620697 commit b398ebe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simpeg-drivers"
3-
version = "0.3.0-alpha.5"
3+
version = "0.3.0-alpha.6"
44
description = "Application to run SimPEG inversions with geoh5 files from Geoscience Analyst."
55
license = "MIT"
66
authors = ["Mira Geoscience <support@mirageoscience.com>"]
@@ -84,7 +84,7 @@ geoapps-utils = {version = ">=0.5.0a3, <0.6.dev", source = "pypi", allow-prerele
8484
#geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "release/0.5.0"}
8585

8686
mira-simpeg = {version = ">=0.23.0.1a3, <0.23.1.dev", source="pypi", allow-prereleases = true, extras = ["dask"]}
87-
#mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "GEOPY-2137", extras = ["dask"]}
87+
#mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "release/0.23.0.1", extras = ["dask"]}
8888

8989
param-sweeps = {version = ">=0.2.1a1, <0.3.dev", source = "pypi", allow-prereleases = true}
9090
#param-sweeps = {git = "https://github.com/MiraGeoscience/param-sweeps.git", rev = "release/0.2.1"}

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
context:
44
name: "simpeg-drivers"
5-
version: "0.3.0a5"
5+
version: "0.3.0a6"
66
python_min: "3.10"
77

88
package:

simpeg_drivers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from __future__ import annotations
1313

1414

15-
__version__ = "0.3.0-alpha.5"
15+
__version__ = "0.3.0-alpha.6"
1616

1717

1818
import logging

0 commit comments

Comments
 (0)