diff --git a/setup.py b/setup.py index cd49b51..3c4e689 100644 --- a/setup.py +++ b/setup.py @@ -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"], diff --git a/thothlibrary/__init__.py b/thothlibrary/__init__.py index d5bbfdf..be8dc2b 100644 --- a/thothlibrary/__init__.py +++ b/thothlibrary/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """GraphQL client for Thoth""" -__version__ = "0.7.0" +__version__ = "0.7.1" __author__ = "Javier Arias " __copyright__ = "Copyright (c) 2020 Open Book Publishers" __license__ = "Apache 2.0"