We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60ee10 commit bff7a0cCopy full SHA for bff7a0c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.0
+current_version = 0.8.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.7.0"
+__version__ = "0.8.0"
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="itemadapter",
10
- version="0.7.0",
+ version="0.8.0",
11
license="BSD",
12
description="Common interface for data container classes",
13
long_description=long_description,
0 commit comments