diff --git a/pypac/__init__.py b/pypac/__init__.py index c9d9733..1137d8e 100644 --- a/pypac/__init__.py +++ b/pypac/__init__.py @@ -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"] diff --git a/setup.cfg b/setup.cfg index 6fe0816..3ab4037 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = 46059+carsonyl@users.noreply.github.com description = Proxy auto-config and auto-discovery for Python.