From c832592d1b1cbfb333587af4e25882848a3b1171 Mon Sep 17 00:00:00 2001 From: cclecle Date: Mon, 5 Sep 2022 01:35:43 +0200 Subject: [PATCH] - umpdate version string --- ChaChaSimpleINI/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaChaSimpleINI/_version.py b/ChaChaSimpleINI/_version.py index abd9970..4aa9918 100644 --- a/ChaChaSimpleINI/_version.py +++ b/ChaChaSimpleINI/_version.py @@ -8,4 +8,4 @@ You should have received a copy of the license along with this work. If not, see . """ -__version__ = "0.3.3" \ No newline at end of file +__version__ = "0.3.4" \ No newline at end of file