Skip to content

Commit 9b46eb1

Browse files
committed
bump version for 0.9.0
(And fix an RST format issue with readme.rst)
1 parent c5b6b30 commit 9b46eb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
... image:: https://mybinder.org/badge_logo.svg
22
:target: https://mybinder.org/v2/gh/takluyver/bash_kernel/master
3+
34
=========================
45
A Jupyter kernel for bash
56
=========================

bash_kernel/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import re
1010
import signal
1111

12-
__version__ = '0.8.0'
12+
__version__ = '0.9.0'
1313

1414
version_pat = re.compile(r'version (\d+(\.\d+)+)')
1515

0 commit comments

Comments
 (0)