We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd599e commit 2b9e2e1Copy full SHA for 2b9e2e1
mpilot/__init__.py
@@ -1,3 +1,3 @@
1
from .libraries import *
2
3
-__version__ = '1.2.3'
+__version__ = '1.2.4'
pyproject.toml
@@ -4,7 +4,7 @@ target-version = ['py38']
4
5
[tool.poetry]
6
name = "mpilot"
7
-version = "1.2.3"
+version = "1.2.4"
8
description = "MPilot is a plugin-based, environmental modeling framework"
9
authors = ["Conservation Biology Institute"]
10
license = "MIT"
0 commit comments