diff --git a/pyproject.toml b/pyproject.toml index f92b1959..c0b4cc67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = true # true by default [project] name = "zigzag-dse" -version = "2.5.2" +version = "2.5.3" description = "ZigZag - Deep Learning Hardware Design Space Exploration" readme = "README.md" authors = [{ name = "Arne Symons", email = "arne.symons@kuleuven.be" }, { name = "Linyan Mei", email = "linyan.mei@kuleuven.be" }] @@ -45,7 +45,7 @@ Homepage = "https://github.com/ZigZag-Project/zigzag" realpython = "zigzag.__main__:main" [tool.bumpver] -current_version = "2.5.2" +current_version = "2.5.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/zigzag/__init__.py b/zigzag/__init__.py index 667b52f9..43b48b6f 100644 --- a/zigzag/__init__.py +++ b/zigzag/__init__.py @@ -1 +1 @@ -__version__ = "2.5.2" +__version__ = "2.5.3"