Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLoy committed Feb 5, 2020
1 parent f77c756 commit 9ae13c0
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.5.2',
version: '1.5.3',

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.5.2'
__version__ = '1.5.3'


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.5.2',
version='1.5.3',
packages=['coq_jupyter'],
description='Coq kernel for Jupyter',
long_description=readme,
Expand Down

0 comments on commit 9ae13c0

Please sign in to comment.