Skip to content

Commit

Permalink
chore: bump semvar
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed Nov 21, 2024
1 parent 22baf35 commit 38cb201
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ggetrs"
version = "0.1.84"
version = "0.1.85"
edition = "2021"
license = "MIT"
description = "Efficient querying of biological databases from the command line"
Expand Down Expand Up @@ -33,10 +33,10 @@ polars = { version = "0.43.1", default-features = false, features = ["json"] }
pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] }
regex = "1.6.0"
reqwest = { version = "0.12.5", features = [
"json",
"multipart",
"blocking",
"stream",
"json",
"multipart",
"blocking",
"stream",
] }
serde = { version = "1.0.144", features = ["derive"] }
serde-xml-rs = "0.6.0"
Expand Down

0 comments on commit 38cb201

Please sign in to comment.