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

Commit 1c7b547

Browse files
committed
v++
1 parent 3b81caa commit 1c7b547

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ machine:
44

55
dependencies:
66
override:
7-
- pip install -U setuptools
87
- pip install -r tests/requirements.txt
98

109
test:

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.6'
28+
version = VERSION = __version__ = '2.0.7'
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.6'
5+
version = '2.0.7'
66
classifiers = ["Development Status :: 5 - Production/Stable",
77
"Environment :: Plugins",
88
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)