new version numbers

This commit is contained in:
MMesch 2018-07-20 09:54:21 +02:00 committed by Vaibhav Sagar
parent 8a272e1536
commit 1085c3a4e1
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.9.0.3
version: 0.9.1.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
@ -87,7 +87,7 @@ library
utf8-string -any,
uuid >=1.3,
vector -any,
ipython-kernel >=0.8.4
ipython-kernel >=0.9.1
if flag(binPkgDb)
build-depends: bin-package-db

View File

@ -1,5 +1,5 @@
name: ipython-kernel
version: 0.9.0.2
version: 0.9.1.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.