From fd0e79b434c04453c0f1a29ac68892d2e0ef20d3 Mon Sep 17 00:00:00 2001 From: Tomas Pytel Date: Wed, 10 Feb 2021 22:32:12 +0100 Subject: [PATCH] Bump version to 0.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca9a882..8a491a6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="sheet2dict", - version="0.0.7", + version="0.0.8", author="Tomas Pytel", author_email="pytlicek@gmail.com", description="Simple XLSX and CSV to dictionary converter",