We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85001d8 commit 2c02bafCopy full SHA for 2c02baf
src/json_normalize/__init__.py
@@ -1,7 +1,7 @@
1
from .main import json_normalize
2
from .key_joiners import last_node_name
3
4
-VERSION = "0.0.2"
+VERSION = "0.0.3"
5
6
__all__ = [
7
json_normalize,
0 commit comments