From 61f1f4aac9e900fa286cf1ffda381c7af303e6ab Mon Sep 17 00:00:00 2001 From: atroyn Date: Fri, 19 Jul 2024 19:41:24 -0700 Subject: [PATCH] no openmp, IA32, correct version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e72d92c2..ad14c0a0 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.alpha3" +__version__ = "0.7.6.alpha4" include_dirs = [ pybind11.get_include(),