Skip to content

Commit

Permalink
Merge pull request #154 from QuantStack/0-2-9
Browse files Browse the repository at this point in the history
0.2.9
  • Loading branch information
kaiayoung authored Sep 2, 2020
2 parents fbca9e3 + 730c5e4 commit 8b7a99d
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, 8, 'dev')
version_info = (0, 2, 9, '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.8",
"version": "0.2.9",
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 8b7a99d

Please sign in to comment.