Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bduggan committed Dec 20, 2024
1 parent ff6c92d commit 4d9417f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"description" : "Raku Kernel for Jupyter Notebooks",
"test-depends" : [ ],
"version" : "1.0.2",
"version" : "1.0.3",
"license" : "Artistic-2.0",
"authors" : [
"Brian Duggan"
Expand Down
2 changes: 1 addition & 1 deletion lib/Jupyter/Kernel.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ has $.kernel-info = {
status => 'ok',
protocol_version => '5.0',
implementation => 'raku-jupyter-kernel',
implementation_version => '1.0.2',
implementation_version => '1.0.3',
language_info => {
name => 'raku',
version => ~$*RAKU.version,
Expand Down

0 comments on commit 4d9417f

Please sign in to comment.