Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-konovalov committed Feb 25, 2023
1 parent 0870f9c commit 5f1c459
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 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 := "1.4.1",
Date := "01/09/2021", # dd/mm/yyyy format
Version := "1.5.0",
Date := "25/02/2023", # dd/mm/yyyy format
License := "BSD-3-Clause",

Persons := [
Expand All @@ -36,6 +36,21 @@ Persons := [
Institution := "Universidade Aberta",
Place := "Lisbon, PT"
),
rec(
LastName := "Konovalov",
FirstNames := "Olexandr",
IsAuthor := false,
IsMaintainer := true,
Email := "obk1@st-andrews.ac.uk",
WWWHome := "https://olexandr-konovalov.github.io/",
PostalAddress := Concatenation( [
"School of Computer Science\n",
"University of St Andrews\n",
"Jack Cole Building, North Haugh,\n",
"St Andrews, Fife, KY16 9SX, Scotland" ] ),
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(
LastName := "GAP Team",
FirstNames := "The",
Expand Down Expand Up @@ -74,12 +89,6 @@ Persons := [
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Konovalov",
FirstNames := "Olexandr",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Newbery",
FirstNames := "Zachariah",
Expand Down

0 comments on commit 5f1c459

Please sign in to comment.