reset version to 0.7.dev0

This commit is contained in:
Philipp Klaus
2016-12-10 14:30:35 +01:00
parent 8ab1105b26
commit b0dd96ea47

View File

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