From fc751be5d5c9701e9a423451962dfcfd1fa855fc Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Thu, 26 Oct 2023 16:34:01 +0100 Subject: [PATCH] Update c-core version to v0.12.3 --- python-core/build_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-core/build_ext.py b/python-core/build_ext.py index ffe4d26..1fb4265 100644 --- a/python-core/build_ext.py +++ b/python-core/build_ext.py @@ -68,7 +68,7 @@ class Ext: Ext( "EBI-Metagenomics", "deciphon", - "c-core-v0.12.2", + "c-core-v0.12.3", "./c-core", CMAKE_OPTS + CPM_OPTS, ),