Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Feb 4, 2024
1 parent 1898989 commit 451aed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 bigtools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigtools"
version = "0.4.1-dev"
version = "0.4.1"
authors = ["Jack Huey <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pybigtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "pybigtools"
crate-type = ["cdylib"]

[dependencies]
bigtools = { version = "0.4.1-dev", path = "../bigtools" }
bigtools = { version = "0.4.1", path = "../bigtools" }
url = "2.4.0"
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread"] }
futures = { version = "0.3.1", features = ["thread-pool"] }
Expand Down

0 comments on commit 451aed4

Please sign in to comment.