From 438c430179a638dc596569939d7285e5f63ebfb5 Mon Sep 17 00:00:00 2001 From: Tomas Pytel Date: Tue, 9 Feb 2021 09:54:44 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fcc743..012ef4a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="sheet2dict", - version="0.0.5", + version="0.0.6", author="Tomas Pytel", author_email="pytlicek@gmail.com", description="Simple XLSX and CSV to dictionary converter",