bump python plugin nushell version (#12367)

# Description

This PR bumps the python plugin to keep it in sync with the nushell
version.
This commit is contained in:
Darren Schroeder 2024-04-03 09:33:37 -04:00 committed by GitHub
parent b6c537d782
commit c7b9183e47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ import sys
import json
NUSHELL_VERSION = "0.91.1"
NUSHELL_VERSION = "0.92.0"
def signatures():