We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81ed69 commit 1daa3c5Copy full SHA for 1daa3c5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.4.2
2
+- chore(deps): reduce strictness of dependencies #41
3
+
4
## v0.4.1
5
6
- Bumping Version for Aiohttp #38
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="python_graphql_client",
13
- version="0.4.1",
+ version="0.4.2",
14
description="Python GraphQL Client",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments