Skip to content

Commit

Permalink
Bump version and correct naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Nov 21, 2024
1 parent 9c2c30b commit 297054c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ["setuptools>=75.2"]
build-backend = "setuptools.build_meta"

[project]
name = "django_model_info"
version = "2024.11.2"
name = "django-model-info"
version = "2024.11.3"
description = "A Django app to provide information about models"
authors = [{ name = "Jack Linke", email = "[email protected]" }]
license = { text = "MIT" }
Expand All @@ -22,10 +22,10 @@ requires-python = ">=3.10,<4.0"
dependencies = ["django", "networkx>=3.4.2", "pydot>=3.0.2", "rich>=13"]

[project.urls]
Homepage = "https://github.com/jacklinke/django-model-info"
Repository = "https://github.com/jacklinke/django-model-info"
Homepage = "https://github.com/OmenApps/django-model-info"
Repository = "https://github.com/OmenApps/django-model-info"
Documentation = "https://django-model-info.readthedocs.io/en/latest/"
Changelog = "https://github.com/jacklinke/django-model-info/blob/main/CHANGELOG.md"
Changelog = "https://github.com/OmenApps/django-model-info/blob/main/CHANGELOG.md"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 297054c

Please sign in to comment.