From 9d5aabb3c793a33d96acfdaf62f495ee5434cdc9 Mon Sep 17 00:00:00 2001 From: pmbrull Date: Sun, 24 Oct 2021 19:23:39 +0200 Subject: [PATCH] Update version --- levy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levy/__init__.py b/levy/__init__.py index 5eb5848..ff276be 100644 --- a/levy/__init__.py +++ b/levy/__init__.py @@ -1,3 +1,3 @@ """Dynamic python configuration parser""" -__version__ = "0.5.1" +__version__ = "0.6.1"