Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-rivera committed Jul 16, 2024
1 parent 65e5442 commit 0aa6023
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.0
current_version = 1.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "oda_data"
copyright = "2022, Jorge Rivera"
author = "Jorge Rivera"
release = "1.3.0"
release = "1.3.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion oda_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "1.3.1"

from oda_data import tools
from oda_data.classes.oda_data import ODAData
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 = "oda_data"
version = "1.3.0"
version = "1.3.1"
description = "A python package to work with Official Development Assistance data from the OECD DAC."
readme = "README.md"
authors = ["Jorge Rivera <[email protected]>"]
Expand Down

0 comments on commit 0aa6023

Please sign in to comment.