From 2dc63451464dc5018909f6a44a1e86e6d014fac4 Mon Sep 17 00:00:00 2001 From: Anexen Date: Tue, 17 Aug 2021 23:42:23 +0300 Subject: [PATCH] bump version to 0.6.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93c594d..1e7d62d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "pyxirr" -version = "0.6.2" +version = "0.6.3" dependencies = [ "chrono", "numpy", diff --git a/Cargo.toml b/Cargo.toml index 712b412..ffee270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyxirr" -version = "0.6.2" +version = "0.6.3" authors = ["Anexen"] edition = "2018" description = "Rust-powered collection of financial functions for Python."