Skip to content

Commit b268753

Browse files
committed
New release 0.0.4
1 parent f8cdc4c commit b268753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010
setup(
1111
name="trace-dkey",
1212
author="Prince Roshan",
13-
version='0.0.3',
13+
version='0.0.4',
1414
author_email="princekrroshan01@gmail.com",
1515
url="https://github.com/Agent-Hellboy/trace-dkey",
1616
description=("Python library to trace path of a particular key inside a nested dict"),
@@ -27,6 +27,7 @@ def read(fname):
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
3031
"Operating System :: OS Independent",
3132
],
3233
include_package_data=True,

0 commit comments

Comments
 (0)