Skip to content

Commit

Permalink
(VERSION) 1.0.9 bugfixes for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Mar 16, 2021
1 parent ab8596c commit 298c1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ch.setFormatter(formatter)
ch.setLevel(logging.WARNING)
loggers = {}
__version__ = '1.0.89'
__version__ = '1.0.9'
from .modelling.core.geological_model import GeologicalModel
from .utils import log_to_console, log_to_file, getLogger
logger = getLogger(__name__)
Expand Down

0 comments on commit 298c1e9

Please sign in to comment.