Skip to content

Commit

Permalink
bump: create 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Virako committed Aug 10, 2022
1 parent 5ad9495 commit 180848d
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.0.0.dev0",
version="1.0.0",
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.0.0.dev0',
'flamapy-fm~=1.0.0.dev0',
'flamapy~=1.0.0',
'flamapy-fm~=1.0.0',
'dd>=0.5.6'
'graphviz~=0.20',
],
Expand All @@ -37,6 +37,6 @@
]
},
dependency_links=[
'flamapy~=1.0.0.dev0',
'flamapy~=1.0.0',
]
)

0 comments on commit 180848d

Please sign in to comment.