Skip to content

Commit

Permalink
Merge pull request #22 from tigattack/chore/fix_project_urls
Browse files Browse the repository at this point in the history
chore: fix project URLs, bump version (again
  • Loading branch information
tigattack authored Sep 17, 2024
2 parents 5c24f4a + 347370a commit c05772d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">=3.9"

[tool.poetry]
name = "dvla_vehicle_enquiry_service"
version = "1.0.1"
version = "1.0.2"
description = "Python SDK for DVLA Vehicle Enquiry Service API"
authors = ["tigattack <[email protected]>"]
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ packages = [
]

[tool.poetry.urls]
Repository = "https://github.com/tigattack/dvla-vehicle-enquiry-service"
Issues = "https://github.com/tigattack/dvla-vehicle-enquiry-service/issues"
Repository = "https://github.com/tigattack/dvla-ves-api-py"
Issues = "https://github.com/tigattack/dvla-ves-api-py/issues"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit c05772d

Please sign in to comment.