diff --git a/opol/python-client/dist/opol-0.1.11.tar.gz b/opol/python-client/dist/opol-0.1.11.tar.gz deleted file mode 100644 index 093501b..0000000 Binary files a/opol/python-client/dist/opol-0.1.11.tar.gz and /dev/null differ diff --git a/opol/python-client/dist/opol-0.1.11-py3-none-any.whl b/opol/python-client/dist/opol-0.1.12-py3-none-any.whl similarity index 70% rename from opol/python-client/dist/opol-0.1.11-py3-none-any.whl rename to opol/python-client/dist/opol-0.1.12-py3-none-any.whl index 005ef81..8b8d07a 100644 Binary files a/opol/python-client/dist/opol-0.1.11-py3-none-any.whl and b/opol/python-client/dist/opol-0.1.12-py3-none-any.whl differ diff --git a/opol/python-client/dist/opol-0.1.12.tar.gz b/opol/python-client/dist/opol-0.1.12.tar.gz new file mode 100644 index 0000000..b203a4d Binary files /dev/null and b/opol/python-client/dist/opol-0.1.12.tar.gz differ diff --git a/opol/python-client/opol.egg-info/PKG-INFO b/opol/python-client/opol.egg-info/PKG-INFO index d587f90..7833a2b 100644 --- a/opol/python-client/opol.egg-info/PKG-INFO +++ b/opol/python-client/opol.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: opol -Version: 0.1.11 +Version: 0.1.12 Summary: Main API client to interact with all OPOL services. Home-page: https://github.com/open-politics/opol Author: Jim Vincent Wagner diff --git a/opol/python-client/pyproject.toml b/opol/python-client/pyproject.toml index 18da738..e2f0e08 100644 --- a/opol/python-client/pyproject.toml +++ b/opol/python-client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "opol" -version = "0.1.11" +version = "0.1.12" description = "Main API client to interact with all OPOL services." authors = [ { name = "Jim Vincent Wagner", email = "jimvw@open-politics.org" } diff --git a/opol/python-client/setup.cfg b/opol/python-client/setup.cfg index 897f201..c3db874 100644 --- a/opol/python-client/setup.cfg +++ b/opol/python-client/setup.cfg @@ -1,7 +1,7 @@ # setup.cfg [metadata] name = opol -version = 0.1.11 +version = 0.1.12 author = Jim Vincent Wagner author_email = jimvw@open-politics.org description = Main API client to interact with all opol services.