Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
theelous3 committed May 14, 2019
1 parent ea522ea commit 942890f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asks/request_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def make_request(self, redirect=False):
('Accept-Encoding', 'gzip, deflate'),
('Accept', '*/*'),
('Content-Length', '0'),
('User-Agent', 'python-asks/2.2.2')
('User-Agent', 'python-asks/2.3.3')
])

# check for a CookieTracker object, and if it's there inject
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description='asks - async http',
long_description='asks is an async http lib for curio and trio',
license='MIT',
version='2.3.2',
version='2.3.3',
author='Mark Jameson - aka theelous3',
url='https://github.com/theelous3/asks',
packages=['asks'],
Expand Down

0 comments on commit 942890f

Please sign in to comment.