Skip to content

Commit 5b5286f

Browse files
committed
Version 1.3.1
1 parent 1fdc323 commit 5b5286f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .libraries import * # noqa: F403
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude = ["parsetab.py"]
55

66
[tool.poetry]
77
name = "mpilot"
8-
version = "1.3.0"
8+
version = "1.3.1"
99
description = "MPilot is a plugin-based, environmental modeling framework"
1010
authors = ["Conservation Biology Institute"]
1111
license = "MIT"

0 commit comments

Comments
 (0)