pushing version to v0.8.dev0

This commit is contained in:
Philipp Klaus
2017-09-19 14:25:43 +02:00
parent b96cd35ea1
commit ee16bd68bb
+1 -1
View File
@@ -15,7 +15,7 @@ except (ImportError, IOError, RuntimeError) as e:
LDESC = '' LDESC = ''
setup(name='brother_ql', setup(name='brother_ql',
version = '0.7.dev0', version = '0.8.dev0',
description = 'Python package to talk to Brother QL label printers', description = 'Python package to talk to Brother QL label printers',
long_description = LDESC, long_description = LDESC,
author = 'Philipp Klaus', author = 'Philipp Klaus',