Skip to content

Commit bd8fdcd

Browse files
committed
version update
1 parent f272348 commit bd8fdcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "crudadmin"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "FastAPI-based admin interface with authentication, event logging and CRUD operations"
99
readme = "README.md"
1010
requires-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+
]

0 commit comments

Comments
 (0)