We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9965f16 commit 2cfb179Copy full SHA for 2cfb179
jupyterlab-snippets/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (0, 3, 1)
+version_info = (0, 3, 2)
2
__version__ = ".".join(map(str, version_info))
package.json
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-snippets",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "Snippets Extension for JupyterLab",
5
"keywords": [
6
"jupyter",
0 commit comments