From 7e66af2fa8c91e7300615312c2282b1af520785e Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Fri, 18 Mar 2022 11:12:41 +0000 Subject: [PATCH] Bump v0.11.0 --- README.md | 2 +- thothlibrary/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f087a1..4258d8b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install is either via pip or cloning the repository. From pip: ```sh -python3 -m pip install thothlibrary==0.10.5 +python3 -m pip install thothlibrary==0.11.0 ``` Or from the repo: diff --git a/thothlibrary/__init__.py b/thothlibrary/__init__.py index 86922a9..136fd7b 100644 --- a/thothlibrary/__init__.py +++ b/thothlibrary/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """GraphQL client for Thoth""" -__version__ = "0.10.5" +__version__ = "0.11.0" __author__ = "Javier Arias " __copyright__ = "Copyright (c) 2020 Open Book Publishers" __license__ = "Apache 2.0"