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