Skip to content

Commit e0e11b1

Browse files
committed
chore: update version, headers
1 parent a25d7f6 commit e0e11b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

serial/aio/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# Experimental implementation of asyncio support.
44
#
5-
# This file is part of pySerial. https://github.com/pyserial/pyserial
6-
# (C) 2015 Chris Liechti <cliechti@gmx.net>
5+
# This file is part of pySerial. https://github.com/pyserial/pyserial-asyncio
6+
# (C) 2015-2016 Chris Liechti <cliechti@gmx.net>
77
#
88
# SPDX-License-Identifier: BSD-3-Clause
99
"""\
@@ -18,7 +18,7 @@
1818
import serial
1919

2020

21-
__version__ = '3.1.1'
21+
__version__ = '0.1'
2222

2323

2424
class SerialTransport(asyncio.Transport):

test/test_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# This file is part of pySerial - Cross platform serial port support for Python
3+
# This file is part of pySerial-asyncio - Cross platform serial port support for Python
44
# (C) 2016 Chris Liechti <cliechti@gmx.net>
55
#
66
# SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)