We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f0d3 commit 6cd62a3Copy full SHA for 6cd62a3
.github/workflows/conda.yml
@@ -1,7 +1,8 @@
1
name: publish_conda
2
3
on:
4
- push
+ release:
5
+ types: [created, edited]
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
LoopStructural/__init__.py
@@ -29,7 +29,7 @@
29
ch.setFormatter(formatter)
30
ch.setLevel(logging.WARNING)
31
loggers = {}
32
-__version__ = '1.0.75dev'
+__version__ = '1.0.8'
33
from .modelling.core.geological_model import GeologicalModel
34
from .visualisation.model_visualisation import LavaVuModelViewer
35
from .visualisation.map_viewer import MapView
0 commit comments