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