Skip to content

Commit

Permalink
fix: version number, and avoiding tests on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Jul 29, 2024
1 parent fa3006d commit 7ae76d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def read_requirements(file):
dev_requirements = read_requirements("requirements-dev.txt")

setuptools.setup(
name="flamapy-bdd-colosal",
version="2.0.0",
name="flamapy-bdd",
version="2.0.0.colosal",
author="Flamapy",
author_email="flamapy@us.es",
description="bdd-plugin for the automated analysis of feature models",
Expand Down

0 comments on commit 7ae76d5

Please sign in to comment.