Skip to content

Commit

Permalink
rlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Sep 5, 2024
1 parent a390d3a commit e1263d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtdb_tree"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "A library for parsing Newick format files, especially GTDB tree files."
homepage = "https://github.com/eric9n/gtdb_tree"
Expand All @@ -11,7 +11,7 @@ authors = ["dagou <[email protected]>"]

[lib]
name = "gtdb_tree"
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ features = ["python"]

[project]
name = "gtdb_tree"
version = "0.1.6"
version = "0.1.7"
description = "A Python package for parsing GTDB trees using Rust"
readme = "README.md"
authors = [{ name = "dagou", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="gtdb_tree",
version="0.1.6",
version="0.1.7",
rust_extensions=[RustExtension("gtdb_tree.gtdb_tree", binding=Binding.PyO3)],
packages=["gtdb_tree"],
# rust extensions are not zip safe, just like C-extensions.
Expand Down

0 comments on commit e1263d7

Please sign in to comment.