Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion space2stats_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 = "space2stats-client"
version = "1.3.1"
version = "1.4.0"
description = "A Python client for accessing sub-national variation data through the Space2Stats API"
readme = "README.md"
authors = [{name = "Gabe Levin", email = "glevin@worldbank.org"}, {name = "Andres Chamorro", email = "achamorroelizond@worldbank.org"}]
Expand Down
2 changes: 1 addition & 1 deletion space2stats_client/src/space2stats_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .client import Space2StatsClient

__version__ = "1.3.1"
__version__ = "1.4.0"
__license__ = "World Bank Master Community License Agreement"
__copyright__ = "Copyright (c) 2025 The World Bank"

Expand Down
Loading