From fa8852afbb6e10f9c57f161dfea9c461f533e3de Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Wed, 8 Aug 2018 19:03:57 +0200 Subject: [PATCH] setup.py: development now reached 0.9.dev0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',