From 6fe741581bfbdabea459a5128f59b51b099e7f27 Mon Sep 17 00:00:00 2001 From: Chris Liechti Date: Thu, 15 Dec 2016 22:08:45 +0100 Subject: [PATCH] chore: release 0.3 --- documentation/conf.py | 4 ++-- serial_asyncio/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 462c575..1fe621b 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/serial_asyncio/__init__.py b/serial_asyncio/__init__.py index 632d770..cc004ef 100644 --- a/serial_asyncio/__init__.py +++ b/serial_asyncio/__init__.py @@ -24,7 +24,7 @@ except ImportError: termios = None -__version__ = '0.2' +__version__ = '0.3' class SerialTransport(asyncio.Transport):