Skip to content

Commit abce664

Browse files
committed
version bump
to pick up new tag on github releases
1 parent de48b03 commit abce664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab-vimrc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 5, 0)
1+
version_info = (0, 5, 1)
22
__version__ = ".".join(map(str, version_info))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-vimrc",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "add a basic vimrc to jupyterlab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)