Skip to content

Commit fdd105f

Browse files
committed
bump version to alpha.4
1 parent 4705a72 commit fdd105f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
3+
version = "0.3.0-alpha.4"
44
description = "Application to run SimPEG inversions with geoh5 files from Geoscience Analyst."
55
license = "MIT"
66
authors = ["Mira Geoscience <support@mirageoscience.com>"]

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.0a3"
5+
version: "0.3.0a4"
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.3"
15+
__version__ = "0.3.0-alpha.4"
1616

1717

1818
import logging

0 commit comments

Comments
 (0)