Skip to content

Commit b0883ee

Browse files
committed
bump ver
1 parent 441a30c commit b0883ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asks/request_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async def make_request(self, redirect=False):
174174
("Accept-Encoding", "gzip, deflate"),
175175
("Accept", "*/*"),
176176
("Content-Length", "0"),
177-
("User-Agent", "python-asks/2.4.12"),
177+
("User-Agent", "python-asks/3.0.0"),
178178
]
179179
)
180180

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description='asks - async http',
1313
long_description='asks is an async http lib for curio, trio and asyncio',
1414
license='MIT',
15-
version='2.4.12',
15+
version='3.0.0',
1616
author='Mark Jameson - aka theelous3',
1717
url='https://github.com/theelous3/asks',
1818
packages=['asks'],

0 commit comments

Comments
 (0)