From bfe8501660fb6a4bc5cc08da171c5c64102c98da Mon Sep 17 00:00:00 2001 From: Nathan Carter Date: Tue, 26 Feb 2019 13:33:35 +0000 Subject: [PATCH] Updating version number for minor release --- PackageInfo.g | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 9a8c836..d15e5c5 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -28,15 +28,15 @@ SetPackageInfo( rec( PackageName := "JupyterViz", Subtitle := "Visualization Tools for Jupyter and the GAP REPL", -Version := "1.4.0", -Date := "21/02/2019", # Release date of current version, dd/mm/yyyy +Version := "1.5.0", +Date := "26/02/2019", # Release date of current version, dd/mm/yyyy ## Optional: if the package manual uses GAPDoc, you may duplicate the ## version and the release date as shown below to read them while building ## the manual using GAPDoc facilities to distibute documents across files. ## <#GAPDoc Label="PKGVERSIONDATA"> -## -## +## +## ## <#/GAPDoc>