Skip to content

Commit 927ee25

Browse files
committed
Bump version: 0.5.0 → 0.6.0
1 parent 86f82ea commit 927ee25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55

itemadapter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .utils import get_field_meta_from_class, is_item # noqa: F401
33

44

5-
__version__ = "0.5.0"
5+
__version__ = "0.6.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="itemadapter",
10-
version="0.5.0",
10+
version="0.6.0",
1111
license="BSD",
1212
description="Common interface for data container classes",
1313
long_description=long_description,

0 commit comments

Comments
 (0)