From f0203b790b56274d346d97dd872f020b17337944 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Mon, 12 Feb 2024 17:16:44 +0000 Subject: [PATCH] Update deciphon-core to v0.20.15 and c-core to v0.15.10 --- python-core/build_ext.py | 2 +- python-core/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-core/build_ext.py b/python-core/build_ext.py index 7931aea..6edc60e 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.15.9", + "c-core-v0.15.10", "./c-core", CMAKE_OPTS + CPM_OPTS, ), diff --git a/python-core/pyproject.toml b/python-core/pyproject.toml index bef0d16..cff03f9 100644 --- a/python-core/pyproject.toml +++ b/python-core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deciphon-core" -version = "0.20.14" +version = "0.20.15" description = "Python wrapper around the Deciphon C library" authors = ["Danilo Horta "] license = "MIT"