Skip to content

Commit 15bb55a

Browse files
committed
version bump
1 parent 7f4cdb0 commit 15bb55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = urlquick
3-
version = 2.0.0
3+
version = 2.0.1
44
author = William Forde
55
author_email = willforde@gmail.com
66
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Code Quality: https://codeclimate.com/github/willforde/urlquick
4141
"""
4242

43-
__version__ = "2.0.0"
43+
__version__ = "2.0.1"
4444

4545
# Standard Lib
4646
from functools import wraps

0 commit comments

Comments
 (0)