Skip to content

Commit

Permalink
0.2.6 (#148)
Browse files Browse the repository at this point in the history
* Update datagrid.ts

* Update _version.py

* Update package.json
  • Loading branch information
kaiayoung authored Jul 31, 2020
1 parent b9b2f74 commit 6e44344
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipydatagrid/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) QuantStack.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 2, 5, 'dev')
version_info = (0, 2, 6, 'dev')
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-datagrid",
"version": "0.2.5",
"version": "0.2.6",
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
"keywords": [
"jupyter",
Expand Down
1 change: 0 additions & 1 deletion src/datagrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { ViewBasedJSONModel } from './core/viewbasedjsonmodel';
import { MODULE_NAME, MODULE_VERSION } from './version';

import { CellRendererModel, CellRendererView } from './cellrenderer';
const sdfsdf = 345345;
import { FeatherGrid } from './feathergrid';

// Import CSS
Expand Down

0 comments on commit 6e44344

Please sign in to comment.