Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhorcas committed Nov 7, 2024
1 parent 2531f0f commit 065a6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flamapy-fw==2.0.0
flamapy-fm==2.0.0
flamapy-fw==2.0.1
flamapy-fm==2.0.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ def read_requirements(file):

setuptools.setup(
name="flamapy-bdd-colosal",
version="2.0.0",
version="2.0.1",
author="Flamapy",
author_email="flamapy@us.es",
description="bdd-plugin for the automated analysis of feature models",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/flamapy/bdd_metamodel",
url="https://github.com/flamapy/bdd_metamodel_colosal",
packages=setuptools.find_namespace_packages(include=['flamapy.*']),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 065a6c9

Please sign in to comment.