From 25b219314c4d2d99d4a1eb12904f22c5217b0bf7 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 6 Aug 2015 12:25:16 -0700 Subject: [PATCH] Version number to 0.4 --- bash_kernel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_kernel/__init__.py b/bash_kernel/__init__.py index fed212b..e4c0d80 100644 --- a/bash_kernel/__init__.py +++ b/bash_kernel/__init__.py @@ -1,3 +1,3 @@ """A bash kernel for Jupyter""" -__version__ = '0.3' +__version__ = '0.4'