From acc3fa344396eeb986859e94a1e761eff67c9a1c Mon Sep 17 00:00:00 2001 From: Tim Riddermann Date: Mon, 9 Jan 2023 13:23:37 +0100 Subject: [PATCH] incremented version to 0.5.5 --- 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 e9cf6fc..ee25123 100644 --- a/construct_typed/version.py +++ b/construct_typed/version.py @@ -1,2 +1,2 @@ -version = (0, 5, 4) -version_string = "0.5.4" \ No newline at end of file +version = (0, 5, 5) +version_string = "0.5.5"