Skip to content

Commit

Permalink
Bump to version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RPGillespie6 committed Aug 15, 2020
1 parent 25727ee commit 1128b0f
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,7)
FASTCOV_VERSION = (1,8)
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.7
version = 1.8
description = A massively parallel gcov wrapper for generating intermediate coverage formats fast
author = Bryan Gillespie
author-email = [email protected]
Expand Down Expand Up @@ -48,4 +48,4 @@ dists = bdist_wheel

[bdist_wheel]
# Use this option if your package is pure-python
# universal = 1
# universal = 1

0 comments on commit 1128b0f

Please sign in to comment.