We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d003 commit 898b107Copy full SHA for 898b107
pyproject.toml
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "flamapy-bdd"
7
-version = "2.5.0.dev0"
+version = "2.5.0"
8
description = "bdd-plugin for the automated analysis of feature models"
9
readme = "README.md"
10
license = "GPL-3.0-or-later"
11
authors = [{ name = "Flamapy", email = "flamapy@us.es" }]
12
requires-python = ">=3.9"
13
dependencies = [
14
- "flamapy-fw~=2.5.0.dev0",
15
- "flamapy-fm~=2.5.0.dev0",
+ "flamapy-fw~=2.5.0",
+ "flamapy-fm~=2.5.0",
16
"dd~=0.6.0",
17
"graphviz~=0.20",
18
]
0 commit comments