Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jun 21, 2021
1 parent 397f77a commit 285d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/__init__.py
Expand Up @@ -15,7 +15,7 @@
ch.setFormatter(formatter)
ch.setLevel(logging.WARNING)
loggers = {}
__version__ = '1.1.0a'
__version__ = '1.1.0'
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 285d737

Please sign in to comment.