Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Mar 10, 2021
1 parent 7f4cdb0 commit 15bb55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = urlquick
version = 2.0.0
version = 2.0.1
author = William Forde
author_email = willforde@gmail.com
description = Requests wrapper that add's support for HTTP caching. It act's just like requests but with a few extra parameters and features.
Expand Down
2 changes: 1 addition & 1 deletion urlquick.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Code Quality: https://codeclimate.com/github/willforde/urlquick
"""

__version__ = "2.0.0"
__version__ = "2.0.1"

# Standard Lib
from functools import wraps
Expand Down

0 comments on commit 15bb55a

Please sign in to comment.