Skip to content

Commit

Permalink
Merge branch 'release/v0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Dec 7, 2021
2 parents 4e217d2 + c63c1ce commit 285f2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"thothrest",
"thothdjango",
"thothlibrary.thoth-0_4_2",
"thothrest.thoth-0_4_2"
"thothrest.thoth-0_4_2",
"thothlibrary.thoth-0_5_0",
"thothlibrary.thoth-0_6_0",
],
include_package_data=True,
install_requires=["graphqlclient", "requests", "munch"],
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.7.0"
__version__ = "0.7.1"
__author__ = "Javier Arias <[email protected]>"
__copyright__ = "Copyright (c) 2020 Open Book Publishers"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 285f2f4

Please sign in to comment.