Skip to content

Commit

Permalink
docs: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed May 27, 2024
1 parent 8977ed1 commit ac8697a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="flamapy-bdd",
version="1.6.0",
version="2.0.0.dev1",
author="Flamapy",
author_email="flamapy@us.es",
description="bdd-plugin for the automated analysis of feature models",
Expand All @@ -22,8 +22,8 @@
],
python_requires='>=3.9',
install_requires=[
'flamapy~=1.7.0.dev0',
'flamapy-fm~=1.6.0.dev0',
'flamapy-fw~=2.0.0.dev1',
'flamapy-fm~=2.0.0.dev1',
'dd>=0.5.7',
'graphviz>=0.20',
],
Expand All @@ -37,6 +37,6 @@
]
},
dependency_links=[
'flamapy~=1.6.0.dev0',
'flamapy~=2.0.0.dev1',
]
)

0 comments on commit ac8697a

Please sign in to comment.