From 4c23eaa1b344174342b69b3c50aa6fd5fd020a84 Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:07:06 +0200 Subject: [PATCH] Revert "incremented version to 0.5.3" This reverts commit 3b5a8af36ffac3578c2486149b35aa13fe18713e. --- construct_typed/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/construct_typed/version.py b/construct_typed/version.py index ce77de7..1a555cf 100644 --- a/construct_typed/version.py +++ b/construct_typed/version.py @@ -1,2 +1,2 @@ -version = (0, 5, 3) -version_string = "0.5.3" \ No newline at end of file +version = (0, 5, 2) +version_string = "0.5.2" \ No newline at end of file