Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 21, 2019
1 parent 715341f commit 00e2a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requests_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .sessions import Session
from .status_codes import codes

__version__ = "0.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
http3==0.1.*
http3==0.6.*
requests==2.*

# Testing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_packages(package):
author_email="[email protected]",
packages=get_packages("requests_async"),
data_files=[("", ["LICENSE.md"])],
install_requires=["requests==2.*", "http3==0.1.*"],
install_requires=["requests==2.*", "http3==0.6.*"],
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
Expand Down

0 comments on commit 00e2a3d

Please sign in to comment.