Skip to content

Commit

Permalink
bump version 3.7.4 -> 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed Nov 20, 2024
1 parent b8a523b commit 2eb90be
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 @@ -14,7 +14,7 @@ namespaces = true # true by default

[project]
name = "zigzag-dse"
version = "3.7.4"
version = "3.8.0"
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 @@ -50,7 +50,7 @@ Homepage = "https://github.com/KULeuven-MICAS/zigzag"
realpython = "zigzag.__main__:main"

[tool.bumpver]
current_version = "3.7.4"
current_version = "3.8.0"
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__ = "3.7.4"
__version__ = "3.8.0"

0 comments on commit 2eb90be

Please sign in to comment.