Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLoy committed Jan 25, 2024
1 parent 2416bbe commit f6c5989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coq_jupyter/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ define([

var self = {

version: '1.6.1',
version: '1.6.2',

onload: function() {
console.info('Loading Coq kernel script, version: ' + self.version);
Expand Down
2 changes: 1 addition & 1 deletion coq_jupyter/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .renderer import Renderer, HTML_ROLLED_BACK_STATUS_MESSAGE, TEXT_ROLLED_BACK_STATUS_MESSAGE


__version__ = '1.6.1'
__version__ = '1.6.2'


CELL_COMM_TARGET_NAME = "coq_kernel.kernel_comm"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='coq_jupyter',
version='1.6.1',
version='1.6.2',
packages=['coq_jupyter'],
description='Coq kernel for Jupyter',
long_description=readme,
Expand Down

0 comments on commit f6c5989

Please sign in to comment.