From 96e6c866e8183864985b9513974b9053a0c30190 Mon Sep 17 00:00:00 2001 From: gabe-levin Date: Thu, 26 Jun 2025 10:41:35 +0200 Subject: [PATCH] feat: bump client version to 1.4.0 --- space2stats_client/pyproject.toml | 2 +- space2stats_client/src/space2stats_client/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/space2stats_client/pyproject.toml b/space2stats_client/pyproject.toml index a98e0c83..bce51554 100644 --- a/space2stats_client/pyproject.toml +++ b/space2stats_client/pyproject.toml @@ -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"}] diff --git a/space2stats_client/src/space2stats_client/__init__.py b/space2stats_client/src/space2stats_client/__init__.py index 1d897f17..b098353c 100644 --- a/space2stats_client/src/space2stats_client/__init__.py +++ b/space2stats_client/src/space2stats_client/__init__.py @@ -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"