Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLoy committed Mar 3, 2019
1 parent e688d1c commit 8e601d9
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 @@ -11,7 +11,7 @@
return {
onload: function() {

var version = '1.3.0';
var version = '1.4.0';

console.info('Loading Coq kernel script, version: ' + 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_ROLL_BACK_MESSAGE, TEXT_ROLL_BACK_MESSAGE


__version__ = '1.3.0'
__version__ = '1.4.0'


CELL_COMM_TARGET_NAME = "coq_kernel.cell_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.3.0',
version='1.4.0',
packages=['coq_jupyter'],
description='Coq kernel for Jupyter',
long_description=readme,
Expand Down

0 comments on commit 8e601d9

Please sign in to comment.