Skip to content

Commit f9b3fa7

Browse files
committed
[GEOPY-2137] Revert "[GEOPY-2137] set version to alpha.5 dev.1 for publish and test"
This reverts commit 8d2fe2f.
1 parent 1de353b commit f9b3fa7

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.5.dev.1"
3+
version = "0.3.0-alpha.5"
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.0a5-dev.1"
5+
version: "0.3.0a5"
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.dev.1"
15+
__version__ = "0.3.0-alpha.5"
1616

1717

1818
import logging

0 commit comments

Comments
 (0)