From 218e8865d4f35a702c755d730ca5dc7a4ac6b9f3 Mon Sep 17 00:00:00 2001 From: Jim Wagner Date: Wed, 18 Dec 2024 15:53:47 +0000 Subject: [PATCH] Updating package --- opol/python-client/pyproject.toml | 2 +- opol/python-client/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opol/python-client/pyproject.toml b/opol/python-client/pyproject.toml index 1a3f779..57b77dd 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.8" +version = "0.1.9" 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 5348786..5c9e37d 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.8 +version = 0.1.9 author = Jim Vincent Wagner author_email = jimvw@open-politics.org description = Main API client to interact with all opol services.