Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLoy committed Jan 9, 2019
1 parent 03b692d commit 2c31439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq_jupyter/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from operator import itemgetter
from uuid import uuid4

__version__ = '1.2.0'
__version__ = '1.3.0'

PROMPT = u"\<prompt\>.+?\s\<\s(?P<state_label>\d+)\s\|(?P<proving>.*?)\|\s\d+\s\<\s\<\/prompt\>"

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

0 comments on commit 2c31439

Please sign in to comment.