We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4cdb0 commit 15bb55aCopy full SHA for 15bb55a
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = urlquick
3
-version = 2.0.0
+version = 2.0.1
4
author = William Forde
5
author_email = willforde@gmail.com
6
description = Requests wrapper that add's support for HTTP caching. It act's just like requests but with a few extra parameters and features.
urlquick.py
@@ -40,7 +40,7 @@
40
Code Quality: https://codeclimate.com/github/willforde/urlquick
41
"""
42
43
-__version__ = "2.0.0"
+__version__ = "2.0.1"
44
45
# Standard Lib
46
from functools import wraps
0 commit comments