Skip to content

Commit 588318c

Browse files
committed
Release 1.0.0
Signed-off-by: Itay Dafna <[email protected]>
1 parent 12f9365 commit 588318c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ipydatagrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Bloomberg.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = "0.2.14"
4+
__version__ = "1.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipydatagrid",
3-
"version": "0.2.14",
3+
"version": "1.0.0",
44
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
55
"keywords": [
66
"jupyter",

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[metadata]
22
name = ipydatagrid
3+
version = attr: ipydatagrid._version.__version__
34
description = Fast Datagrid widget for the Jupyter Notebook and JupyterLab
45
long_description = file: README.md
56
long_description_content_type = text/markdown
@@ -26,7 +27,7 @@ keywords = Jupyter, Widgets, IPython
2627
packages = find:
2728
install_requires =
2829
bqplot>=0.11.6
29-
ipywidgets>=7.5.0,<8
30+
ipywidgets>=7.6.0,<8
3031
pandas>=0.25.0
3132
py2vega>=0.5.0
3233
python_requires = >=3.6

0 commit comments

Comments
 (0)