diff --git a/pyproject.toml b/pyproject.toml index f114d801..2ac87e50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ namespaces = true # true by default [project] name = "zigzag-dse" -version = "3.6.2" +version = "3.6.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" }] @@ -49,7 +49,7 @@ Homepage = "https://github.com/KULeuven-MICAS/zigzag" realpython = "zigzag.__main__:main" [tool.bumpver] -current_version = "3.6.2" +current_version = "3.6.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 4f821939..6a45bf59 100644 --- a/zigzag/__init__.py +++ b/zigzag/__init__.py @@ -1 +1 @@ -__version__ = "3.6.2" +__version__ = "3.6.3"