Skip to content

Commit 7ae76d5

Browse files
committed
fix: version number, and avoiding tests on this branch
1 parent fa3006d commit 7ae76d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def read_requirements(file):
1515
dev_requirements = read_requirements("requirements-dev.txt")
1616

1717
setuptools.setup(
18-
name="flamapy-bdd-colosal",
19-
version="2.0.0",
18+
name="flamapy-bdd",
19+
version="2.0.0.colosal",
2020
author="Flamapy",
2121
author_email="flamapy@us.es",
2222
description="bdd-plugin for the automated analysis of feature models",

0 commit comments

Comments
 (0)