We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522034b commit ff2f8daCopy full SHA for ff2f8da
mpilot/__init__.py
@@ -1,3 +1,3 @@
1
from .libraries import * # noqa: F403
2
3
-__version__ = "1.2.6"
+__version__ = "1.2.7"
pyproject.toml
@@ -5,7 +5,7 @@ exclude = ["parsetab.py"]
5
6
[tool.poetry]
7
name = "mpilot"
8
-version = "1.2.6"
+version = "1.2.7"
9
description = "MPilot is a plugin-based, environmental modeling framework"
10
authors = ["Conservation Biology Institute"]
11
license = "MIT"
0 commit comments