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"