Skip to content

Commit 6cd62a3

Browse files
committed
New version
1 parent a09f0d3 commit 6cd62a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: publish_conda
22

33
on:
4-
push
4+
release:
5+
types: [created, edited]
56
jobs:
67
publish:
78
runs-on: ubuntu-latest

LoopStructural/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
ch.setFormatter(formatter)
3030
ch.setLevel(logging.WARNING)
3131
loggers = {}
32-
__version__ = '1.0.75dev'
32+
__version__ = '1.0.8'
3333
from .modelling.core.geological_model import GeologicalModel
3434
from .visualisation.model_visualisation import LavaVuModelViewer
3535
from .visualisation.map_viewer import MapView

0 commit comments

Comments
 (0)