From 9da503d8082c7800671a3097e8dab99109c498ce Mon Sep 17 00:00:00 2001 From: waidhoferj Date: Wed, 20 Jul 2022 22:42:49 -0700 Subject: [PATCH] adjusted versions --- Cargo.toml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d0e10d..df098a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-py" -version = "0.5.4" +version = "0.5.3" rust-version = "1.58" authors = ["John Waidhofer ", "Kevin Jahns ", "Pierre-Olivier Simonard "] edition = "2018" diff --git a/docs/conf.py b/docs/conf.py index 2fd9afb..50be496 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Kevin Jahns, Bartosz Sypytkowski, John Waidhofer" # The full version, including alpha/beta/rc tags -release = "0.5.4" +release = "0.5.3" # -- General configuration ---------------------------------------------------