diff --git a/fastcov.py b/fastcov.py index 2f47f9a..dfcf7e7 100755 --- a/fastcov.py +++ b/fastcov.py @@ -31,7 +31,7 @@ import subprocess import multiprocessing -FASTCOV_VERSION = (1,10) +FASTCOV_VERSION = (1,11) MINIMUM_PYTHON = (3,5) MINIMUM_GCOV = (9,0,0) diff --git a/setup.cfg b/setup.cfg index 353c151..7e9392a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ [metadata] name = fastcov -version = 1.10 +version = 1.11 description = A massively parallel gcov wrapper for generating intermediate coverage formats fast author = Bryan Gillespie author-email = rpgillespie6@gmail.com @@ -36,7 +36,7 @@ setup_requires = install_requires = python_requires = >= 3.5 py_modules = fastcov -scripts = +scripts = dist_scripts/fastcov dist_scripts/fastcov_summary dist_scripts/fastcov_to_sonarqube