Skip to content

Commit d30d9e9

Browse files
Bump notebook version 1.0.0 -> 2.0.0 (#236)
1 parent 0b2c68f commit d30d9e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/src/ynotebook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class YNotebook
6969
/**
7070
* Document version
7171
*/
72-
readonly version: string = '1.0.0';
72+
readonly version: string = '2.0.0';
7373

7474
/**
7575
* Creates a standalone YNotebook

jupyter_ydoc/ynotebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def version(self) -> str:
6565
:return: Document's version.
6666
:rtype: str
6767
"""
68-
return "1.0.0"
68+
return "2.0.0"
6969

7070
@property
7171
def ycells(self):

0 commit comments

Comments
 (0)