Skip to content

Commit

Permalink
bump version 2.4.4 -> 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed Sep 20, 2023
1 parent e8485d0 commit 41494fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespaces = true # true by default

[project]
name = "zigzag-dse"
version = "2.4.4"
version = "2.4.5"
description = "ZigZag - Deep Learning Hardware Design Space Exploration"
readme = "README.md"
authors = [{ name = "Arne Symons", email = "[email protected]" }, { name = "Linyan Mei", email = "[email protected]" }]
Expand Down Expand Up @@ -45,7 +45,7 @@ Homepage = "https://github.com/ZigZag-Project/zigzag"
realpython = "zigzag.__main__:main"

[tool.bumpver]
current_version = "2.4.4"
current_version = "2.4.5"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion zigzag/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.4"
__version__ = "2.4.5"

0 comments on commit 41494fa

Please sign in to comment.