Skip to content

Commit

Permalink
Update Deciphon C-core to v0.20.3 and bump to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 26, 2024
1 parent 1c8734c commit 3c8f85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-core/build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Ext:
Ext(
"EBI-Metagenomics",
"deciphon",
"c-core-v0.20.1",
"c-core-v0.20.3",
"./c-core",
CMAKE_OPTS + CPM_OPTS,
),
Expand Down
2 changes: 1 addition & 1 deletion python-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon-core"
version = "0.23.0"
version = "0.23.1"
description = "Python wrapper around the Deciphon C library"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3c8f85d

Please sign in to comment.