Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Dec 13, 2022
1 parent 067b637 commit 8a95b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release notes

## Unreleased
## Version 0.4.0

*December 13, 2020*


- The minimum supported Python version is updated to Python 3.8
[#65](https://github.com/symerio/pgeocode/pull/65)
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.3.0"
__version__ = "0.4.0"

STORAGE_DIR = os.environ.get(
"PGEOCODE_DATA_DIR",
Expand Down

0 comments on commit 8a95b89

Please sign in to comment.