Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Sep 4, 2024
1 parent e536584 commit 5f63128
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtdb_tree"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A library for parsing Newick format files, especially GTDB tree files."
homepage = "https://github.com/eric9n/gtdb_tree"
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.3"
version = "0.1.4"
description = "A Python package for parsing GTDB trees using Rust"
readme = "README.md"
authors = [{ name = "dagou", email = "eric9n@gmail.com" }]
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.3",
version="0.1.4",
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 5f63128

Please sign in to comment.