Skip to content

Commit f54fdac

Browse files
authored
Merge pull request #170 from QuantStack/0-2-14
0.2.14
2 parents 0e0c1a8 + ce29614 commit f54fdac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipydatagrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) QuantStack.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 2, 13, 'dev')
7+
version_info = (0, 2, 14, 'dev')
88
__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": "jupyter-datagrid",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)