Skip to content

Commit b3c150e

Browse files
committed
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 <[email protected]>
1 parent 08fc229 commit b3c150e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from serial.serialutil import *
1616
#~ SerialBase, SerialException, to_bytes, iterbytes
1717

18-
__version__ = '3.4'
18+
__version__ = '3.4.0.1'
1919

2020
VERSION = __version__
2121

0 commit comments

Comments
 (0)