Skip to content

Commit

Permalink
fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCaseres committed Mar 23, 2024
1 parent 3f6be93 commit b58dc8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pymort/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.0"
__version__ = "2.0.1"

from .XML import MortXML as MortXML
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymort"
version = "2.0.0"
version = "2.0.1"
description = ""
authors = ["Matthew Caseres <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_pymort.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.0.0"
assert __version__ == "2.0.1"

0 comments on commit b58dc8b

Please sign in to comment.