Skip to content

Commit

Permalink
🔖 v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Jan 24, 2022
1 parent e066daa commit e64f366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dynamic_beast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.7.2"
__version__ = "1.7.3"
from .main import app
from .main import create_dynamic_xml
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 = "dynamic-beast"
version = "1.7.2"
version = "1.7.3"
description = ""
authors = ["Wytamma Wirth <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dynamic_beast.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_version():
assert __version__ == "1.7.2"
assert __version__ == "1.7.3"


runner = CliRunner()
Expand Down

0 comments on commit e64f366

Please sign in to comment.