Skip to content

Commit ae14557

Browse files
committed
Bump version
1 parent 856eb10 commit ae14557

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-describe"
3-
version = "3.0.0a0"
3+
version = "3.0.0"
44
description = "Describe-style plugin for pytest"
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -21,7 +21,6 @@ classifiers = [
2121
"Operating System :: Microsoft :: Windows",
2222
"Operating System :: POSIX",
2323
"Framework :: Pytest",
24-
"Framework :: Pytest :: Plugin",
2524
"Programming Language :: Python :: 3",
2625
"Programming Language :: Python :: 3 :: Only",
2726
"Programming Language :: Python :: 3.9",
@@ -71,7 +70,6 @@ select = [
7170
]
7271
ignore = []
7372

74-
7573
[tool.ruff.format]
7674
quote-style = "double"
7775
indent-style = "space"

0 commit comments

Comments
 (0)