We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172b914 commit 1deec43Copy full SHA for 1deec43
2 files changed
codecov/__init__.py
@@ -25,7 +25,7 @@
25
pass
26
27
28
-version = VERSION = __version__ = '2.0.7'
+version = VERSION = __version__ = '2.0.8'
29
30
COLOR = True
31
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
import sys
4
5
-version = '2.0.7'
+version = '2.0.8'
6
classifiers = ["Development Status :: 5 - Production/Stable",
7
"Environment :: Plugins",
8
"Intended Audience :: Developers",
0 commit comments