From ed5d0fe826a229a31fc70ad9fa587accd1c91291 Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Sat, 24 Dec 2022 12:20:03 +0100 Subject: [PATCH] incremented version to 0.5.4 --- 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..e9cf6fc 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, 4) +version_string = "0.5.4" \ No newline at end of file