Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 267f0bb

Browse files
committed
chore(version): bump version
1 parent abc7475 commit 267f0bb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.3
2+
current_version = 0.4.4
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# data-utils
2-
![version](https://img.shields.io/badge/version-0.4.3-blue)
2+
![version](https://img.shields.io/badge/version-0.4.4-blue)
33
![version](https://img.shields.io/badge/python-3.8-blue.svg?&logo=python&logoColor=yellow) [![codecov](https://codecov.io/gh/owid/data-utils-py/branch/main/graph/badge.svg?token=2emTQEJedw)](https://codecov.io/gh/owid/data-utils-py)
44

55
`data-utils` is a library to support the work of the Data Team at Our World in Data.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Our World In Data"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.4.3"
25+
release = "0.4.4"
2626

2727

2828
# -- General configuration ---------------------------------------------------

owid/datautils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library to support the work of the Data Team at Our World in Data."""
22

3-
__version__ = "0.4.3"
3+
__version__ = "0.4.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "owid-datautils"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Data utils library by the Data Team at Our World in Data"
55
authors = ["Our World In Data <tech@ourworldindata.org>"]
66
license = "MIT"

0 commit comments

Comments
 (0)