Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 37abd90

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent f24246d commit 37abd90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

percy/__init__.py

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

33
__author__ = 'Perceptual Inc.'
44
__email__ = 'team@percy.io'
5-
__version__ = '2.0.0'
5+
__version__ = '2.0.1'
66

77
from percy.client import *
88
from percy.config import *

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55

setup.py

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

1515
setup(
1616
name='percy',
17-
version='2.0.0',
17+
version='2.0.1',
1818
description='Python client library for visual regression testing with Percy (https://percy.io).',
1919
author='Perceptual Inc.',
2020
author_email='team@percy.io',

0 commit comments

Comments
 (0)