From 47d01662e5f7201b616f5d778a4707a386e146a0 Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Tue, 23 Jul 2024 11:40:04 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.2=20=E2=86=92=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- bblocks/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fd76c42..6926844 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.2 +current_version = 1.4.0 commit = True tag = True diff --git a/bblocks/__init__.py b/bblocks/__init__.py index eb7b048..703c553 100644 --- a/bblocks/__init__.py +++ b/bblocks/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.2" +__version__ = "1.4.0" # Easy access to importers from bblocks.import_tools.world_bank import WorldBankData diff --git a/pyproject.toml b/pyproject.toml index 688bd62..ee01935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bblocks" -version = "1.3.2" +version = "1.4.0" description = "A package with tools to download and analyse international development data. These tools are meant to be the building blocks of further analysis." authors = ["The ONE Campaign "] readme = "README.md"