From b3c150ec7b375c109ee19fe48b8fdff6abe59f56 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Mon, 10 Sep 2018 16:15:27 +0200 Subject: [PATCH] serial: bump version to 3.4.0.1 This is used to distinguish this version from the upstream 3.4 release. Labgrid uses this to print a warning if your are using pyserial without the RFC2217 fixes. Signed-off-by: Rouven Czerwinski --- serial/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serial/__init__.py b/serial/__init__.py index dcd7c12f..a6128756 100644 --- a/serial/__init__.py +++ b/serial/__init__.py @@ -15,7 +15,7 @@ from serial.serialutil import * #~ SerialBase, SerialException, to_bytes, iterbytes -__version__ = '3.4' +__version__ = '3.4.0.1' VERSION = __version__