Skip to content

Commit

Permalink
Bump notebook version 1.0.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jun 10, 2024
1 parent 280886e commit 0094b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/src/ynotebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class YNotebook
/**
* Document version
*/
readonly version: string = '1.0.0';
readonly version: string = '2.0.0';

/**
* Creates a standalone YNotebook
Expand Down
2 changes: 1 addition & 1 deletion jupyter_ydoc/ynotebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def version(self) -> str:
:return: Document's version.
:rtype: str
"""
return "1.0.0"
return "2.0.0"

@property
def ycells(self):
Expand Down

0 comments on commit 0094b02

Please sign in to comment.