Skip to content

Commit

Permalink
New release (depend on new ZeroMQInterface release)
Browse files Browse the repository at this point in the history
This now enables being able to execute external processes
such as `dot`.
  • Loading branch information
markuspf committed Oct 18, 2017
1 parent 3fb8039 commit 7db40cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "JupyterKernel",
Subtitle := "Jupyter kernel written in GAP",
Version := "0.9.2",
Date := "17/10/2017", # dd/mm/yyyy format
Version := "0.10",
Date := "18/10/2017", # dd/mm/yyyy format

Persons := [
rec(
Expand Down Expand Up @@ -64,7 +64,7 @@ Dependencies := rec(
, [ "io", ">= 4.4.6" ]
, [ "json", ">= 1.1.0" ]
, [ "uuid", ">= 0.4" ]
, [ "ZeroMQInterface", ">= 0.7" ]
, [ "ZeroMQInterface", ">= 0.8" ]
, [ "crypting", ">= 0.7"] ],

SuggestedOtherPackages := [ ],
Expand Down

0 comments on commit 7db40cd

Please sign in to comment.