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 f8cdc4c commit b268753Copy full SHA for b268753
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
setup(
11
name="trace-dkey",
12
author="Prince Roshan",
13
- version='0.0.3',
+ version='0.0.4',
14
author_email="princekrroshan01@gmail.com",
15
url="https://github.com/Agent-Hellboy/trace-dkey",
16
description=("Python library to trace path of a particular key inside a nested dict"),
@@ -27,6 +27,7 @@ def read(fname):
27
"Programming Language :: Python :: 3.8",
28
"Programming Language :: Python :: 3.9",
29
"Programming Language :: Python :: 3.10",
30
+ "Programming Language :: Python :: 3.11",
31
"Operating System :: OS Independent",
32
],
33
include_package_data=True,
0 commit comments