Bump package versions

This commit is contained in:
Andrew Gibiansky 2016-03-21 09:54:57 -07:00
parent f7e9853de6
commit a43075af12
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ name: ihaskell-widgets
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.2.1
version: 0.2.3.1
-- A short (one-line) description of the package.
synopsis: IPython standard widgets for IHaskell.

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.8.3.0
version: 0.8.4.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.

View File

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