Skip to content

Commit 298c1e9

Browse files
committed
(VERSION) 1.0.9 bugfixes for examples
1 parent ab8596c commit 298c1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.89'
32+
__version__ = '1.0.9'
3333
from .modelling.core.geological_model import GeologicalModel
3434
from .utils import log_to_console, log_to_file, getLogger
3535
logger = getLogger(__name__)

0 commit comments

Comments
 (0)