Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtekson committed Jul 8, 2022
1 parent 8483ad9 commit 376b765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

about = dict()

with open(os.path.join(HERE, "geoTile", "__version__.py"), "r") as f:
with open(os.path.join(HERE, "geotile", "__version__.py"), "r") as f:
exec(f.read(), about)

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 376b765

Please sign in to comment.