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

Commit

Permalink
Merge pull request #32 from owid/fix-wrong-dependency-version
Browse files Browse the repository at this point in the history
Fix wrong dependency version
  • Loading branch information
pabloarosado authored Aug 15, 2022
2 parents 66605bf + 7cd9176 commit f87e419
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 397 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 = 0.4.5
current_version = 0.4.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# owid-datautils
![version](https://img.shields.io/badge/version-0.4.5-blue)
![version](https://img.shields.io/badge/version-0.4.6-blue)
![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)
[![Documentation Status](https://readthedocs.org/projects/owid-datautils/badge/?version=latest)](https://docs.owid.io/projects/owid-datautils/en/latest/?badge=latest)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Our World In Data"

# The full version, including alpha/beta/rc tags
release = "0.4.5"
release = "0.4.6"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion owid/datautils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Library to support the work of the Data Team at Our World in Data."""

__version__ = "0.4.5"
__version__ = "0.4.6"
Loading

0 comments on commit f87e419

Please sign in to comment.