From e4711bebeccf6b72fcdd2a27e02a90d0cf5c81b6 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Tue, 30 Nov 2021 01:44:01 +1100 Subject: [PATCH] ipython-kernel: 0.10.2.2 --- 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 5224816e..cd0fb380 100644 --- a/ipython-kernel/ipython-kernel.cabal +++ b/ipython-kernel/ipython-kernel.cabal @@ -1,5 +1,5 @@ name: ipython-kernel -version: 0.10.2.1 +version: 0.10.2.2 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.