diff --git a/setup.py b/setup.py index 1fba3f3..a45c483 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def package_files(directory): setup( name="npcsh", - version="0.2.19", + version="0.2.20", packages=find_packages(exclude=["tests*"]), install_requires=[ "anthropic",