From c5f9a4e9f6647090623054668d9af640a08e7ee5 Mon Sep 17 00:00:00 2001 From: Sergio Pulgarin Date: Mon, 15 Jun 2020 21:08:00 -0400 Subject: [PATCH] Bumps version to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f272f0..d76a1b8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='konfug', py_modules=['konfug'], - version='0.0.1', + version='0.0.2', description='The configuration source for all your projects', author='Sergio Pulgarin', license='BSD',