From ee16bd68bb33565e6490f26934738683201b930c Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 19 Sep 2017 14:25:43 +0200 Subject: [PATCH] pushing version to v0.8.dev0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',