From a28374ad751f96dcce0b381459f139ef09680442 Mon Sep 17 00:00:00 2001 From: azaidy Date: Fri, 26 Jul 2024 15:31:52 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64f6c156..e317aa2b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages from pybind11.setup_helpers import Pybind11Extension, build_ext -__version__ = "0.2.12" +__version__ = "0.2.13" ################################################################################# # parse_reqs, long_desc from https://github.com/siliconcompiler/siliconcompiler #