Skip to content

Commit

Permalink
Merge branch 'release/v0.11.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Mar 25, 2022
2 parents 5e3b139 + bfe71aa commit 4a2549b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install is either via pip or cloning the repository.

From pip:
```sh
python3 -m pip install thothlibrary==0.11.0
python3 -m pip install thothlibrary==0.11.1
```

Or from the repo:
Expand Down
2 changes: 1 addition & 1 deletion thothlibrary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""GraphQL client for Thoth"""

__version__ = "0.11.0"
__version__ = "0.11.1"
__author__ = "Javier Arias <javi@openbookpublishers.com>"
__copyright__ = "Copyright (c) 2020 Open Book Publishers"
__license__ = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion thothlibrary/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .query import ThothQuery

THOTH_ENDPOINT = "https://api.thoth.pub"
THOTH_VERSION = "0.6.0"
THOTH_VERSION = "0.8.0"


class ThothClient:
Expand Down

0 comments on commit 4a2549b

Please sign in to comment.