Skip to content

Commit 433f8c7

Browse files
committed
Revert "bump version to alpha.3"
This reverts commit e3980ac.
1 parent cc700ab commit 433f8c7

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.2"
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.0a2"
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.2"
1616

1717

1818
import logging

0 commit comments

Comments
 (0)