Skip to content

Commit 40dffe8

Browse files
committed
Bump fastcov minor version number
1 parent 6008bc4 commit 40dffe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastcov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import subprocess
3232
import multiprocessing
3333

34-
FASTCOV_VERSION = (1,13)
34+
FASTCOV_VERSION = (1,14)
3535
MINIMUM_PYTHON = (3,5)
3636
MINIMUM_GCOV = (9,0,0)
3737

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[metadata]
66
name = fastcov
7-
version = 1.13
7+
version = 1.14
88
description = A massively parallel gcov wrapper for generating intermediate coverage formats fast
99
author = Bryan Gillespie
1010
author-email = [email protected]

0 commit comments

Comments
 (0)