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