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