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",