Skip to content

Commit

Permalink
Merge branch 'release/v0.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Jun 26, 2023
2 parents 0619ebf + cc91bc9 commit 73a4a5e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Install is either via pip or cloning the repository.

From pip:
```sh
python3 -m pip install thothlibrary==0.20.0
python3 -m pip install thothlibrary==0.20.1
```

Or from the repo:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
@@ -1,6 +1,6 @@
requests==2.28.1
requests==2.31.0
fire==0.5.0
munch==2.5.0
requests_mock==1.10.0
ascii_magic==1.6
munch==3.0.0
requests_mock==1.11.0
ascii_magic==2.3.0
graphqlclient==0.2.4
9 changes: 8 additions & 1 deletion setup.py
Expand Up @@ -31,7 +31,14 @@
"thothlibrary.thoth-0_9_0"
],
include_package_data=True,
install_requires=["graphqlclient", "requests", "munch"],
install_requires=[
"requests==2.31.0",
"fire==0.5.0",
"munch==3.0.0",
"requests_mock==1.11.0",
"ascii_magic==2.3.0",
"graphqlclient==0.2.4",
],
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
license="Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion thothlibrary/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""GraphQL client for Thoth"""

__version__ = "0.20.0"
__version__ = "0.20.1"
__author__ = "Javier Arias <javi@openbookpublishers.com>"
__copyright__ = "Copyright (c) 2020 Open Book Publishers"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 73a4a5e

Please sign in to comment.