Skip to content

Commit 72d028e

Browse files
authored
Merge pull request #150 from QuantStack/0-2-7
0.2.7
2 parents 2efda23 + 8e6b992 commit 72d028e

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, 6, 'dev')
7+
version_info = (0, 2, 7, '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.6",
3+
"version": "0.2.7",
44
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)