From 4120109c5806d16fe1a2c4a76def692ef3c1a077 Mon Sep 17 00:00:00 2001 From: Arne Symons Date: Thu, 1 Feb 2024 22:11:18 +0100 Subject: [PATCH] bump version 2.5.2 -> 2.5.3 --- pyproject.toml | 4 ++-- zigzag/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"