Skip to content

Commit 4f58e9b

Browse files
committed
chore: release 0.4
1 parent aead7d6 commit 4f58e9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016 pySerial-team (see CREDITS.rst)
1+
Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
22
All Rights Reserved.
33

44
Redistribution and use in source and binary forms, with or without

serial_asyncio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Experimental implementation of asyncio support.
44
#
55
# This file is part of pySerial. https://github.com/pyserial/pyserial-asyncio
6-
# (C) 2015-2016 pySerial-team
6+
# (C) 2015-2017 pySerial-team
77
#
88
# SPDX-License-Identifier: BSD-3-Clause
99
"""\
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
termios = None
2626

27-
__version__ = '0.3'
27+
__version__ = '0.4'
2828

2929

3030
class SerialTransport(asyncio.Transport):

0 commit comments

Comments
 (0)