Skip to content

Commit

Permalink
Update version and project information
Browse files Browse the repository at this point in the history
  • Loading branch information
mullinscr committed Feb 16, 2023
1 parent 6e4e7a2 commit ae21f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion naptan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def read_atco_lookup():

ATCO_CODES = read_atco_lookup()

__version__ = '0.2.0'
__version__ = '0.2.1'
__author__ = 'Callum Mullins'
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ dependencies = [
dynamic = ["version"]

[project.urls]
homepage = "https://github.com/mullinscr/naptan"
homepage = "https://mullinscr.github.io/naptan/"
documentation = "https://mullinscr.github.io/naptan/"
repository = "https://github.com/mullinscr/naptan"

[project.optional-dependencies]
dev = ["pytest", "importlib_resources"]
Expand Down

0 comments on commit ae21f4e

Please sign in to comment.