summaryrefslogtreecommitdiff
path: root/bash_kernel.py
diff options
context:
space:
mode:
authorThomas Kluyver2014-07-01 18:18:45 -0700
committerThomas Kluyver2014-07-01 18:18:45 -0700
commit87aad44f14e8a5b27e913cb907abe68a67097b68 (patch)
tree950e73b634b2c8d3b55f547bcaad2b0af54a094f /bash_kernel.py
parentd7f79edb8c167fab983426f5fa8456429741573a (diff)
downloadscilab_kernel-87aad44f14e8a5b27e913cb907abe68a67097b68.tar.gz
scilab_kernel-87aad44f14e8a5b27e913cb907abe68a67097b68.tar.bz2
scilab_kernel-87aad44f14e8a5b27e913cb907abe68a67097b68.zip
Version 0.2
Diffstat (limited to 'bash_kernel.py')
-rw-r--r--bash_kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_kernel.py b/bash_kernel.py
index 14720ff..00cc795 100644
--- a/bash_kernel.py
+++ b/bash_kernel.py
@@ -5,7 +5,7 @@ import signal
from subprocess import check_output
import re
-__version__ = '0.1'
+__version__ = '0.2'
version_pat = re.compile(r'version (\d+(\.\d+)+)')