Skip to content

Commit 0ab752f

Browse files
authored
Ops, wrong dev version
1 parent 4439d33 commit 0ab752f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "TurboGears2"
7-
version = "2.5.0dev1"
7+
version = "2.5.1dev1"
88
description = "Next generation TurboGears"
99
readme = { file = "README.rst", content-type = "text/x-rst" }
1010
requires-python = ">=3.8"
@@ -75,4 +75,4 @@ target-version = "py38"
7575
output-format = "grouped"
7676
lint.select = ["E4", "E7", "E9", "F", "I001"]
7777
# TODO: Maybe in the future we can enable checks for tests too.
78-
exclude = ["build", "dist", "venv", "env", "__pycache__", "tests"]
78+
exclude = ["build", "dist", "venv", "env", "__pycache__", "tests"]

0 commit comments

Comments
 (0)