releasing v0.7.1

This commit is contained in:
Philipp Klaus
2016-12-10 15:24:19 +01:00
parent 76f4677c12
commit 677259c1f9

View File

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