Skip to content

Commit e218925

Browse files
committed
Bump version: 0.0.4 → 0.0.5
1 parent b06626b commit e218925

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = "0.0"
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.0.4"
30+
release = "0.0.5"
3131

3232
# -- General configuration ---------------------------------------------------
3333

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.4"
3+
__version__ = "0.0.5"

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 = 0.0.4
2+
current_version = 0.0.5
33
commit = True
44
commit_args = --no-verify
55
tag = True

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.4"
7+
version = "0.0.5"
88

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

0 commit comments

Comments
 (0)