Skip to content

Commit

Permalink
0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiayoung committed Dec 1, 2020
1 parent 0e0c1a8 commit ce29614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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, 13, 'dev')
version_info = (0, 2, 14, '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.13",
"version": "0.2.14",
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit ce29614

Please sign in to comment.