From d59aacba0cd1cb86196c77db760b721c36a4b72e Mon Sep 17 00:00:00 2001 From: Haydn Vestal Date: Mon, 6 Nov 2023 18:46:35 +0530 Subject: [PATCH] update client --- client/docs/conf.py | 4 ++-- client/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/docs/conf.py b/client/docs/conf.py index 11c767ef..b30e8cc0 100644 --- a/client/docs/conf.py +++ b/client/docs/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'TinyChain' -copyright = '2022' +copyright = '2023' author = 'The TinyChain Contributors' # The full version, including alpha/beta/rc tags -release = '0.13.1' +release = '0.14.0' # -- General configuration --------------------------------------------------- diff --git a/client/setup.cfg b/client/setup.cfg index 092b8cf9..8a76f8ed 100644 --- a/client/setup.cfg +++ b/client/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = tinychain -version = 0.13.1 +version = 0.14.0 author = The TinyChain Contributors author_email = code@tinychain.net description = A Python client for TinyChain: http://git.io/JtryR