Skip to content

Commit

Permalink
Merge pull request #170 from QuantStack/0-2-14
Browse files Browse the repository at this point in the history
0.2.14
  • Loading branch information
kaiayoung authored Dec 1, 2020
2 parents 0e0c1a8 + ce29614 commit f54fdac
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 f54fdac

Please sign in to comment.