Skip to content

Commit 297054c

Browse files
committed
Bump version and correct naming
1 parent 9c2c30b commit 297054c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=75.2"]
33
build-backend = "setuptools.build_meta"
44

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

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

3030
[project.optional-dependencies]
3131
dev = [

0 commit comments

Comments
 (0)