File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44
55[project ]
66name = " crudadmin"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " FastAPI-based admin interface with authentication, event logging and CRUD operations"
99readme = " README.md"
1010requires-python = " >=3.9"
@@ -21,7 +21,6 @@ classifiers = [
2121 " License :: OSI Approved :: MIT License" ,
2222 " Operating System :: OS Independent" ,
2323 " Programming Language :: Python :: 3" ,
24- " Programming Language :: Python :: 3.8" ,
2524 " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
2726 " Programming Language :: Python :: 3.11" ,
@@ -133,4 +132,4 @@ exclude_lines = [
133132 " def __repr__" ,
134133 " if TYPE_CHECKING:" ,
135134 " raise NotImplementedError" ,
136- ]
135+ ]
You can’t perform that action at this time.
0 commit comments