From c7b9183e477ee3f7baa01699f33c91c3f104303f Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:33:37 -0400 Subject: [PATCH] bump python plugin nushell version (#12367) # Description This PR bumps the python plugin to keep it in sync with the nushell version. --- crates/nu_plugin_python/nu_plugin_python_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu_plugin_python/nu_plugin_python_example.py b/crates/nu_plugin_python/nu_plugin_python_example.py index 0c7d77d0b2..29544982b6 100755 --- a/crates/nu_plugin_python/nu_plugin_python_example.py +++ b/crates/nu_plugin_python/nu_plugin_python_example.py @@ -27,7 +27,7 @@ import sys import json -NUSHELL_VERSION = "0.91.1" +NUSHELL_VERSION = "0.92.0" def signatures():