reset version to 0.7.dev0

This commit is contained in:
Philipp Klaus
2016-12-10 17:52:17 +01:00
parent 677259c1f9
commit 4d842f1fd6

View File

@@ -15,7 +15,7 @@ except (ImportError, IOError, RuntimeError) as e:
LDESC = ''
setup(name='brother_ql',
version = '0.7.1',
version = '0.7.dev0',
description = 'Python package to talk to Brother QL label printers',
long_description = LDESC,
author = 'Philipp Klaus',