Skip to content

Commit ceda1fa

Browse files
authored
Joywa/updateversionnumbers (#60)
* Update __init__.py Need to update this version number manually since no previous PR triggered the change. Discussed this with akline. * Update package.json Need to manually update this for v2.0.7 release. Discussed with akline.
1 parent 8dc0925 commit ceda1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/graph_notebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SPDX-License-Identifier: Apache-2.0
44
"""
55

6-
__version__ = '2.0.6'
6+
__version__ = '2.0.7'

src/graph_notebook/widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph_notebook_widgets",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"author": "amazon",
55
"description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network",
66
"dependencies": {

0 commit comments

Comments
 (0)