From 77a28b57402d9ec375183c1cd5bf2c9709bb733e Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Thu, 11 May 2023 18:25:06 +0200 Subject: [PATCH] switched to Julia 1.9.0 --- PackageInfo.g | 2 +- examples/notebooks/CategoryOfRepresentations.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index f252375..a0401be 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CatReps", Subtitle := "Representations and cohomology of finite categories", -Version := "2023.02-04", +Version := "2023.05-01", Date := ~.Version{[ 1 .. 10 ]}, Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ), diff --git a/examples/notebooks/CategoryOfRepresentations.ipynb b/examples/notebooks/CategoryOfRepresentations.ipynb index c544ecf..47e3a77 100644 --- a/examples/notebooks/CategoryOfRepresentations.ipynb +++ b/examples/notebooks/CategoryOfRepresentations.ipynb @@ -2576,9 +2576,9 @@ }, "celltoolbar": "Slideshow", "kernelspec": { - "display_name": "Julia 1.8.5", + "display_name": "Julia 1.9.0", "language": "julia", - "name": "julia-1.8" + "name": "julia-1.9" }, "language_info": { "file_extension": ".jl",