Skip to content

Commit 6e44344

Browse files
authored
0.2.6 (#148)
* Update datagrid.ts * Update _version.py * Update package.json
1 parent b9b2f74 commit 6e44344

File tree

3 files changed

+2
-3
lines changed

3 files changed

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

src/datagrid.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { ViewBasedJSONModel } from './core/viewbasedjsonmodel';
2424
import { MODULE_NAME, MODULE_VERSION } from './version';
2525

2626
import { CellRendererModel, CellRendererView } from './cellrenderer';
27-
const sdfsdf = 345345;
2827
import { FeatherGrid } from './feathergrid';
2928

3029
// Import CSS

0 commit comments

Comments
 (0)