From cdc871d3d3431f4996b642e0052e8a4ee871fa6d Mon Sep 17 00:00:00 2001 From: Matt McCallum Date: Thu, 2 Feb 2023 14:43:35 +1300 Subject: [PATCH] * Bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f31ba5..bd70a79 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run(self): 'make_reqs': MakeReqsCommand }, name='scooch', - version='1.0.1', + version='1.0.2', description='A python module for configuring hierarchical class structures in yaml with defaults', long_description=long_description, long_description_content_type="text/markdown",