Skip to content

Commit

Permalink
Merge pull request #13 from Agent-Hellboy/new_release
Browse files Browse the repository at this point in the history
New release 0.0.4
  • Loading branch information
Agent-Hellboy authored Jan 11, 2023
2 parents f8cdc4c + b268753 commit 35fab59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):
setup(
name="trace-dkey",
author="Prince Roshan",
version='0.0.3',
version='0.0.4',
author_email="princekrroshan01@gmail.com",
url="https://github.com/Agent-Hellboy/trace-dkey",
description=("Python library to trace path of a particular key inside a nested dict"),
Expand All @@ -27,6 +27,7 @@ def read(fname):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
include_package_data=True,
Expand Down

0 comments on commit 35fab59

Please sign in to comment.