We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6febcb commit 4d835b9Copy full SHA for 4d835b9
build.sh
@@ -4,4 +4,4 @@ jlpm run build
4
5
python -m build
6
7
-cp dist/variable_inspector-0.1.0-py3-none-any.whl ../studio/env_installer/extras/
+cp dist/variable_inspector-1.0.1-py3-none-any.whl ../studio/env_installer/extras/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "variable-inspector",
3
- "version": "0.1.0",
+ "version": "1.0.0",
"description": "Variable inspector for jupyter lab.",
"keywords": [
"jupyter",
0 commit comments