From b72c2671dcfe47d75a3592e46ee90cd80b699611 Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Tue, 30 Mar 2021 19:58:04 +0200 Subject: [PATCH] incremented version to v0.4.0 --- 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 d45bb91..189fcc4 100644 --- a/construct_typed/version.py +++ b/construct_typed/version.py @@ -1,2 +1,2 @@ -version = (0, 3, 0) -version_string = "0.3.0" \ No newline at end of file +version = (0, 4, 0) +version_string = "0.4.0" \ No newline at end of file