diff --git a/setup.py b/setup.py index 883a46e..65f3356 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="sheet2dict", - version="0.0.9", + version="0.0.10", author="Tomas Pytel", author_email="pytlicek@gmail.com", description="Simple XLSX and CSV to dictionary converter",