Skip to content

Commit

Permalink
Fix version in the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Sep 7, 2023
1 parent e49388e commit 8da3a87
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
__version__ = "0.4.1"

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

0 comments on commit 8da3a87

Please sign in to comment.