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

Commit f87e419

Browse files
authored
Merge pull request #32 from owid/fix-wrong-dependency-version
Fix wrong dependency version
2 parents 66605bf + 7cd9176 commit f87e419

File tree

6 files changed

+335
-397
lines changed

6 files changed

+335
-397
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.5
2+
current_version = 0.4.6
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
# owid-datautils
2-
![version](https://img.shields.io/badge/version-0.4.5-blue)
2+
![version](https://img.shields.io/badge/version-0.4.6-blue)
33
![version](https://img.shields.io/badge/python-3.8|3.9|3.10-blue.svg?&logo=python&logoColor=yellow) [![codecov](https://codecov.io/gh/owid/owid-datautils-py/branch/main/graph/badge.svg?token=2emTQEJedw)](https://codecov.io/gh/owid/owid-datautils-py)
44
[![Documentation Status](https://readthedocs.org/projects/owid-datautils/badge/?version=latest)](https://docs.owid.io/projects/owid-datautils/en/latest/?badge=latest)
55

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.5"
25+
release = "0.4.6"
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.5"
3+
__version__ = "0.4.6"

0 commit comments

Comments
 (0)