diff --git a/setup.py b/setup.py index 161c26c..e780709 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except (ImportError, IOError, RuntimeError) as e: LDESC = '' setup(name='brother_ql', - version = '0.8.dev0', + version = '0.9.dev0', description = 'Python package to talk to Brother QL label printers', long_description = LDESC, author = 'Philipp Klaus',