fixed configuration parser

This commit is contained in:
2020-12-21 17:57:18 +01:00
parent bc055a8dfa
commit 2340a2f601
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ try:
except ImportError:
from distutils import setup
version = '0.3.2'
version = '0.3.3'
setup(
name='zsnapper',