Skip to content

Commit 6fe7415

Browse files
committed
chore: release 0.3
1 parent d78573f commit 6fe7415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.2'
48+
version = '0.3'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.2'
50+
release = '0.3'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

serial_asyncio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
termios = None
2626

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

2929

3030
class SerialTransport(asyncio.Transport):

0 commit comments

Comments
 (0)