We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4705a72 commit fdd105fCopy full SHA for fdd105f
3 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "simpeg-drivers"
3
-version = "0.3.0-alpha.3"
+version = "0.3.0-alpha.4"
4
description = "Application to run SimPEG inversions with geoh5 files from Geoscience Analyst."
5
license = "MIT"
6
authors = ["Mira Geoscience <support@mirageoscience.com>"]
recipe.yaml
@@ -2,7 +2,7 @@ schema_version: 1
context:
name: "simpeg-drivers"
- version: "0.3.0a3"
+ version: "0.3.0a4"
python_min: "3.10"
7
8
package:
simpeg_drivers/__init__.py
@@ -12,7 +12,7 @@
12
from __future__ import annotations
13
14
15
-__version__ = "0.3.0-alpha.3"
+__version__ = "0.3.0-alpha.4"
16
17
18
import logging
0 commit comments