Skip to content

Commit f143832

Browse files
committed
0.11
1 parent e9060af commit f143832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial_asyncio_fast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
except ImportError:
2929
termios = None
3030

31-
__version__ = "0.10"
31+
__version__ = "0.11"
3232

3333

3434
class SerialTransport(asyncio.Transport):

0 commit comments

Comments
 (0)