From 72a686b1c15ee9e67297d2fc4c501eaf09091493 Mon Sep 17 00:00:00 2001 From: Leo Noordergraaf Date: Tue, 28 Dec 2021 09:29:40 +0100 Subject: [PATCH] bump version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1488113..df82fc4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 9636343..ad91b2c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name='tinyrpc', - version='1.1.2', + version='1.1.3', description='A small, modular, transport and protocol neutral RPC ' 'library that, among other things, supports JSON-RPC and zmq.', long_description=read('README.rst'),