From e44fb4aac83732e6c8a24c56f89e348eebb7bdf3 Mon Sep 17 00:00:00 2001 From: Sam Bentley Date: Wed, 30 Mar 2022 10:38:54 +0100 Subject: [PATCH] Update version number --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea8250b..20c7289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qvd" -version = "0.0.10" +version = "0.0.11" authors = ["Sam Bentley "] edition = "2018" readme = "README.md" @@ -25,4 +25,4 @@ version = "0.12.3" features = ["extension-module"] [package.metadata.maturin] -requires-dist = ["pandas~=1.1.4"] \ No newline at end of file +requires-dist = ["pandas~=1.1.4"]