From eaf00c9dca8aa128fccb49c88a09e11627dee78f Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Thu, 18 Apr 2024 08:44:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.3.1?= 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 351be42..bf8bf94 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/bblocks/__init__.py b/bblocks/__init__.py index 19ef7fb..157d0f3 100644 --- a/bblocks/__init__.py +++ b/bblocks/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.0" +__version__ = "1.3.1" # Easy access to importers from bblocks.import_tools.world_bank import WorldBankData diff --git a/pyproject.toml b/pyproject.toml index 423e7bf..400fa93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bblocks" -version = "1.3.0" +version = "1.3.1" 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"