From 4098d5ad5d8d91f1e87ffa7a2e01674ff59cc381 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Fri, 16 Sep 2022 21:51:19 +1000 Subject: [PATCH] ipython-kernel: 0.10.3.0 --- ipython-kernel/ipython-kernel.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipython-kernel/ipython-kernel.cabal b/ipython-kernel/ipython-kernel.cabal index cd0fb380..90a59cba 100644 --- a/ipython-kernel/ipython-kernel.cabal +++ b/ipython-kernel/ipython-kernel.cabal @@ -1,5 +1,5 @@ name: ipython-kernel -version: 0.10.2.2 +version: 0.10.3.0 synopsis: A library for creating kernels for IPython frontends description: ipython-kernel is a library for communicating with frontends for the interactive IPython framework. It is used extensively in IHaskell, the interactive Haskell environment.