Skip to content

Commit

Permalink
Merge branch 'release/v0.26.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Sep 3, 2024
2 parents 47686f2 + cd0b1df commit 3519a80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Setup Python (faster than using Python container)
- uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.12

- name: Install dependencies
run: |
Expand Down
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.26.0
python3 -m pip install thothlibrary==0.26.1
```

Or from the repo:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.31.0
fire==0.5.0
requests==2.32.3
fire==0.6.0
munch==3.0.0
requests_mock==1.11.0
requests_mock==1.12.1
ascii_magic==2.3.0
graphqlclient==0.2.4
graphqlclient==0.2.4
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.26.0"
__version__ = "0.26.1"
__author__ = "Javier Arias <[email protected]>"
__copyright__ = "Copyright (c) 2020 Open Book Publishers"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 3519a80

Please sign in to comment.