Skip to content

Commit

Permalink
Merge tag 'v0.18.0' into develop
Browse files Browse the repository at this point in the history
v0.18.0
  • Loading branch information
ja573 committed Feb 24, 2023
2 parents c2c8221 + 78c6be6 commit 94328bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.17.0
python3 -m pip install thothlibrary==0.18.0
```

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.17.0"
__version__ = "0.18.0"
__author__ = "Javier Arias <[email protected]>"
__copyright__ = "Copyright (c) 2020 Open Book Publishers"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 94328bc

Please sign in to comment.