From 7df3081b61f7013288cfcc20a73236141f6d1a07 Mon Sep 17 00:00:00 2001 From: Peter <46405338+gadfort@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:21:15 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d22153e3..010ac513 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.17" +__version__ = "0.2.18" ################################################################################# # parse_reqs, long_desc from https://github.com/siliconcompiler/siliconcompiler #