Skip to content

Commit

Permalink
bump kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jul 27, 2024
1 parent 85bf138 commit 555e33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/irust_repl/irust_kernel/irust_kernel/kernel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""IRust repl jupyter kernel """

__version__ = '0.4.0'
__version__ = '0.5.0'

from ipykernel.kernelbase import Kernel
from jupyter_client.kernelspec import KernelSpecManager
Expand Down

0 comments on commit 555e33c

Please sign in to comment.