We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9650c commit bb722cfCopy full SHA for bb722cf
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.4.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.3.0"
+__version__ = "0.4.0"
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="itemadapter",
10
- version="0.3.0",
+ version="0.4.0",
11
license="BSD",
12
description="Common interface for data container classes",
13
long_description=long_description,
0 commit comments