We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead7d6 commit 4f58e9bCopy full SHA for 4f58e9b
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2015-2016 pySerial-team (see CREDITS.rst)
+Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
2
All Rights Reserved.
3
4
Redistribution and use in source and binary forms, with or without
serial_asyncio/__init__.py
@@ -3,7 +3,7 @@
# Experimental implementation of asyncio support.
#
5
# This file is part of pySerial. https://github.com/pyserial/pyserial-asyncio
6
-# (C) 2015-2016 pySerial-team
+# (C) 2015-2017 pySerial-team
7
8
# SPDX-License-Identifier: BSD-3-Clause
9
"""\
@@ -24,7 +24,7 @@
24
except ImportError:
25
termios = None
26
27
-__version__ = '0.3'
+__version__ = '0.4'
28
29
30
class SerialTransport(asyncio.Transport):
0 commit comments