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"
4
4
5
5
[project ]
6
6
name = " crudadmin"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
description = " FastAPI-based admin interface with authentication, event logging and CRUD operations"
9
9
readme = " README.md"
10
10
requires-python = " >=3.9"
@@ -21,7 +21,6 @@ classifiers = [
21
21
" License :: OSI Approved :: MIT License" ,
22
22
" Operating System :: OS Independent" ,
23
23
" Programming Language :: Python :: 3" ,
24
- " Programming Language :: Python :: 3.8" ,
25
24
" Programming Language :: Python :: 3.9" ,
26
25
" Programming Language :: Python :: 3.10" ,
27
26
" Programming Language :: Python :: 3.11" ,
@@ -133,4 +132,4 @@ exclude_lines = [
133
132
" def __repr__" ,
134
133
" if TYPE_CHECKING:" ,
135
134
" raise NotImplementedError" ,
136
- ]
135
+ ]
You can’t perform that action at this time.
0 commit comments