Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-rivera committed Jul 6, 2023
1 parent 2f856f9 commit a0eaaae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion bblocks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

# Easy access to importers
from bblocks.import_tools.world_bank import WorldBankData
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bblocks"
version = "1.1.0"
version = "1.1.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 <data@one.org>"]
readme = "README.md"
Expand Down

0 comments on commit a0eaaae

Please sign in to comment.