From 9876ba642656a0db63d98e913d34044f87537b1e Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Tue, 1 Feb 2022 14:05:32 +0000 Subject: [PATCH] Bump v0.8.3 --- README.md | 4 ++-- thothlibrary/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ad3aab..d20c3cf 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Python client for Thoth's GraphQL and REST APIs. Currently supports Thoth versio ### Install Install is either via pip or cloning the repository. -From pip: +From pip: ```sh -python3 -m pip install thothlibrary==0.8.2 +python3 -m pip install thothlibrary==0.8.3 ``` Or from the repo: diff --git a/thothlibrary/__init__.py b/thothlibrary/__init__.py index 250a4bc..b14b94d 100644 --- a/thothlibrary/__init__.py +++ b/thothlibrary/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """GraphQL client for Thoth""" -__version__ = "0.8.2" +__version__ = "0.8.3" __author__ = "Javier Arias " __copyright__ = "Copyright (c) 2020 Open Book Publishers" __license__ = "Apache 2.0"