Skip to content

Commit

Permalink
setup.py was out of date.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke committed May 4, 2022
1 parent c1d6921 commit fcae9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
license="BSD 2-Clause License",
packages=find_packages(exclude=["*tests", "tests.*"]),
python_requires=">=3.6.0",
install_requires=["gql==3.0.0a5", "requests"],
install_requires=["gql==3.0.0", "requests"],
extras_require={},
)
2 changes: 1 addition & 1 deletion yuos_query/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.18"
version = "0.1.19"

0 comments on commit fcae9b1

Please sign in to comment.