Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLoy committed Jan 5, 2019
1 parent ec97fe7 commit 04981f5
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 @@ -6,7 +6,7 @@
from subprocess import check_output
from operator import itemgetter

__version__ = '1.1.0'
__version__ = '1.2.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.1.0',
version='1.2.0',
packages=['coq_jupyter'],
description='Coq kernel for Jupyter',
long_description=readme,
Expand Down

0 comments on commit 04981f5

Please sign in to comment.