Skip to content

Commit

Permalink
v0.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonyl committed Jan 2, 2022
1 parent f213c2e commit 0d52a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from pypac.api import get_pac, collect_pac_urls, download_pac, PACSession, pac_context_for_url


__version__ = "0.15.0"
__version__ = "0.16.0"


__all__ = ["get_pac", "collect_pac_urls", "download_pac", "PACSession", "pac_context_for_url"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = PyPAC
# attr: pypac.__version__ via AST added in setuptools 46.4+, which doesn't support PY27.
version = 0.15.0
version = 0.16.0
author = Carson Lam
author_email = [email protected]
description = Proxy auto-config and auto-discovery for Python.
Expand Down

0 comments on commit 0d52a61

Please sign in to comment.