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