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 1fdc323 commit 5b5286fCopy full SHA for 5b5286f
mpilot/__init__.py
@@ -1,3 +1,3 @@
1
from .libraries import * # noqa: F403
2
3
-__version__ = "1.3.0"
+__version__ = "1.3.1"
pyproject.toml
@@ -5,7 +5,7 @@ exclude = ["parsetab.py"]
5
6
[tool.poetry]
7
name = "mpilot"
8
-version = "1.3.0"
+version = "1.3.1"
9
description = "MPilot is a plugin-based, environmental modeling framework"
10
authors = ["Conservation Biology Institute"]
11
license = "MIT"
0 commit comments