Skip to content

Commit

Permalink
Updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
JimVincentW committed Dec 26, 2024
1 parent 004ada2 commit 3d47979
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file removed opol/python-client/dist/opol-0.1.29.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added opol/python-client/dist/opol-0.1.30.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion opol/python-client/opol.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: opol
Version: 0.1.29
Version: 0.1.30
Summary: Main API client to interact with all OPOL services.
Home-page: https://github.com/open-politics/opol
Author: Jim Vincent Wagner
Expand Down
2 changes: 1 addition & 1 deletion opol/python-client/opol/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .entities import Entities
from .geo import Geo
from .classification import Classification
from .models import * as models
from .models import *
from .client_base import BaseClient
from .scraping import Scraping

Expand Down
2 changes: 1 addition & 1 deletion opol/python-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "opol"
version = "0.1.29"
version = "0.1.30"
description = "Main API client to interact with all OPOL services."
authors = [
{ name = "Jim Vincent Wagner", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion opol/python-client/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup.cfg
[metadata]
name = opol
version = 0.1.29
version = 0.1.30
author = Jim Vincent Wagner
author_email = [email protected]
description = Main API client to interact with all opol services.
Expand Down

0 comments on commit 3d47979

Please sign in to comment.