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"