Skip to content

Commit b58dc8b

Browse files
fix wrong version
1 parent 3f6be93 commit b58dc8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pymort/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"
22

33
from .XML import MortXML as MortXML

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymort"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = ""
55
authors = ["Matthew Caseres <[email protected]>"]
66

tests/test_pymort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "2.0.0"
5+
assert __version__ == "2.0.1"

0 commit comments

Comments
 (0)