mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
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:
parent
b6c537d782
commit
c7b9183e47
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import sys
|
|||
import json
|
||||
|
||||
|
||||
NUSHELL_VERSION = "0.91.1"
|
||||
NUSHELL_VERSION = "0.92.0"
|
||||
|
||||
|
||||
def signatures():
|
||||
|
|
Loading…
Reference in a new issue