From c122ef3d662cb346ec50903eda17792be310f789 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Sat, 13 Apr 2024 08:44:20 +0200 Subject: [PATCH] Version 0.5.0 --- CHANGELOG.md | 2 +- pgeocode.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2662a..535455c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release notes ## Version 0.5.0 -*April 12, 2024* +*April 13, 2024* - Change to minimum supported Python version to 3.10. Run unit test with pandas 2.0. [#74](https://github.com/symerio/pgeocode/pull/74) diff --git a/pgeocode.py b/pgeocode.py index 686c550..8695a46 100644 --- a/pgeocode.py +++ b/pgeocode.py @@ -13,7 +13,7 @@ import numpy as np import pandas as pd -__version__ = "0.4.1" +__version__ = "0.5.0" STORAGE_DIR = os.environ.get( "PGEOCODE_DATA_DIR",