Skip to content

Commit 57503c8

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent 9aa3e4e commit 57503c8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323

2424
project = "pytest-image-diff"
25-
copyright = "2016, Apkawa <[email protected]"
25+
copyright = "2020, Apkawa <[email protected]"
2626
author = "Apkawa <[email protected]"
2727

2828
# The short X.Y version
29-
version = "0.4"
29+
version = "0.0"
3030
# The full version, including alpha/beta/rc tags
31-
release = "0.4.0"
31+
release = "0.0.6"
3232

3333
# -- General configuration ---------------------------------------------------
3434

pytest_image_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.0.5"
3+
__version__ = "0.0.6"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
commit_args = --no-verify
55
tag = True
@@ -20,7 +20,7 @@ universal = 1
2020

2121
[flake8]
2222
ignore = D203
23-
exclude =
23+
exclude =
2424
.git/,
2525
.tox/,
2626
docs/,

setup.py

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

55
from setuptools import setup, find_packages
66

7-
version = "0.0.5"
7+
version = "0.0.6"
88

99
if sys.argv[-1] == "publish":
1010
try:

0 commit comments

Comments
 (0)