Skip to content

Commit

Permalink
Update to version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RPGillespie6 committed Feb 3, 2021
1 parent c48d66f commit 86b2cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 86b2cee

Please sign in to comment.