From 95c25e348734a354681f7674122db54b6551cde9 Mon Sep 17 00:00:00 2001 From: Carter Green Date: Tue, 17 Dec 2024 15:59:53 -0600 Subject: [PATCH] FIX: Bump Rust client version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8e6034..804f3cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "databento" authors = ["Databento "] -version = "0.16.0" +version = "0.17.0" edition = "2021" repository = "https://github.com/databento/databento-rs" description = "Official Databento client library"