We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2c68f commit d30d9e9Copy full SHA for d30d9e9
javascript/src/ynotebook.ts
@@ -69,7 +69,7 @@ export class YNotebook
69
/**
70
* Document version
71
*/
72
- readonly version: string = '1.0.0';
+ readonly version: string = '2.0.0';
73
74
75
* Creates a standalone YNotebook
jupyter_ydoc/ynotebook.py
@@ -65,7 +65,7 @@ def version(self) -> str:
65
:return: Document's version.
66
:rtype: str
67
"""
68
- return "1.0.0"
+ return "2.0.0"
@property
def ycells(self):
0 commit comments