File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " simpeg-drivers"
3- version = " 0.3.0-alpha.6 "
3+ version = " 0.3.0-alpha.7 "
44description = " Application to run SimPEG inversions with geoh5 files from Geoscience Analyst."
55license = " MIT"
66authors = [" Mira Geoscience <support@mirageoscience.com>" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ schema_version: 1
22
33context :
44 name : " simpeg-drivers"
5- version : " 0.3.0a6 "
5+ version : " 0.3.0a7 "
66 python_min : " 3.10"
77
88package :
@@ -13,7 +13,7 @@ source:
1313 path : ../${{ name }}
1414
1515build :
16- number : 1
16+ number : 0
1717 noarch : python
1818 script : ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
1919
Original file line number Diff line number Diff line change 1212from __future__ import annotations
1313
1414
15- __version__ = "0.3.0-alpha.6 "
15+ __version__ = "0.3.0-alpha.7 "
1616
1717
1818import logging
You can’t perform that action at this time.
0 commit comments