Skip to content

Commit 5c02bc5

Browse files
committed
Tweak version requirements for development
1 parent 7779054 commit 5c02bc5

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 = "tg.devtools"
7-
version = "2.5.0"
7+
version = "2.5.1dev1"
88
description = "TurboGears 2 DevTools is a command-line toolkit that streamlines TurboGears2 development."
99
readme = { file = "README.rst", content-type = "text/x-rst" }
1010
keywords = ["turbogears", "devtools", "cli", "scaffold", "gearbox"]
@@ -15,7 +15,7 @@ authors = [
1515
license = { text = "MIT" }
1616
urls = { Homepage = "http://www.turbogears.org" }
1717
dependencies = [
18-
"TurboGears2 >= 2.5.0",
18+
"TurboGears2 >= 2.5.1dev1",
1919
"gearbox >= 0.3.2",
2020
"backlash >= 0.0.7",
2121
"tgext.debugbar"

0 commit comments

Comments
 (0)