Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Apr 13, 2024
1 parent f9dcf96 commit c122ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pgeocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c122ef3

Please sign in to comment.