Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 7ab5e93

Browse files
committed
v++
1 parent d5c087f commit 7ab5e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pass
2626

2727

28-
version = VERSION = __version__ = '2.0.8'
28+
version = VERSION = __version__ = '2.0.9'
2929

3030
COLOR = True
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
import sys
44

5-
version = '2.0.8'
5+
version = '2.0.9'
66
classifiers = ["Development Status :: 5 - Production/Stable",
77
"Environment :: Plugins",
88
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)