Skip to content

Commit

Permalink
bump version for 0.9.0
Browse files Browse the repository at this point in the history
(And fix an RST format issue with readme.rst)
  • Loading branch information
kdm9 committed Dec 17, 2022
1 parent c5b6b30 commit 9b46eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
... image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/takluyver/bash_kernel/master

=========================
A Jupyter kernel for bash
=========================
Expand Down
2 changes: 1 addition & 1 deletion bash_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import re
import signal

__version__ = '0.8.0'
__version__ = '0.9.0'

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

Expand Down

0 comments on commit 9b46eb1

Please sign in to comment.