Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Nov 20, 2024
1 parent 60ed833 commit 9ef9e60
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django_model_info"
version = "2024.11.1"
version = "2024.11.2"
description = "A Django app to provide information about models"
authors = [{ name = "Jack Linke", email = "jacklinke@gmail.com" }]
license = { text = "MIT" }
Expand All @@ -19,12 +19,7 @@ classifiers = [
"Topic :: Utilities",
]
requires-python = ">=3.10,<4.0"
dependencies = [
"django",
"networkx>=3.4.2",
"pydot>=3.0.2",
"rich>=13",
]
dependencies = ["django", "networkx>=3.4.2", "pydot>=3.0.2", "rich>=13"]

[project.urls]
Homepage = "https://github.com/jacklinke/django-model-info"
Expand Down

0 comments on commit 9ef9e60

Please sign in to comment.