Skip to content

Commit 898b107

Browse files
committed
bump: peparing for stable release 2.5.0
1 parent fe6d003 commit 898b107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "flamapy-bdd"
7-
version = "2.5.0.dev0"
7+
version = "2.5.0"
88
description = "bdd-plugin for the automated analysis of feature models"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"
1111
authors = [{ name = "Flamapy", email = "flamapy@us.es" }]
1212
requires-python = ">=3.9"
1313
dependencies = [
14-
"flamapy-fw~=2.5.0.dev0",
15-
"flamapy-fm~=2.5.0.dev0",
14+
"flamapy-fw~=2.5.0",
15+
"flamapy-fm~=2.5.0",
1616
"dd~=0.6.0",
1717
"graphviz~=0.20",
1818
]

0 commit comments

Comments
 (0)