From e51039cb0a47e0104005d9b273f87c11937fc646 Mon Sep 17 00:00:00 2001 From: hammadb Date: Mon, 22 Jul 2024 12:30:44 -0700 Subject: [PATCH] Release 0.7.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c2bd424..e9543baa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import Extension, setup from setuptools.command.build_ext import build_ext -__version__ = "0.7.6.alpha10" +__version__ = "0.7.6" include_dirs = [ pybind11.get_include(),