We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f82ea commit 927ee25Copy full SHA for 927ee25
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.0
+current_version = 0.6.0
3
commit = True
4
tag = True
5
itemadapter/__init__.py
@@ -2,4 +2,4 @@
from .utils import get_field_meta_from_class, is_item # noqa: F401
-__version__ = "0.5.0"
+__version__ = "0.6.0"
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="itemadapter",
10
- version="0.5.0",
+ version="0.6.0",
11
license="BSD",
12
description="Common interface for data container classes",
13
long_description=long_description,
0 commit comments