Skip to content

Commit

Permalink
Fix python trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Sep 26, 2023
1 parent 3399fe6 commit f5fc07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = "dj_notebook"
version = "0.2.0"
version = "0.2.1"
description = "A Jupyter notebook with access to objects from the Django ORM is a powerful tool to introspect data and run ad-hoc queries."
readme = "README.md"
authors = [
Expand All @@ -16,7 +16,7 @@ maintainers = [
{name = "Anna Zhydko", email = "anna.zhydko@krakentechnologies.ltd"}
]
classifiers = [
"Programming Language :: Python :: 3.09",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
Expand Down

0 comments on commit f5fc07f

Please sign in to comment.