Skip to content

Commit

Permalink
Merge pull request #24 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
switched to Julia 1.10
  • Loading branch information
mohamed-barakat authored Dec 31, 2023
2 parents a0a1b0b + c6d276e commit cfda0d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "MatroidGeneration",
Subtitle := "Generate low-rank matroids",
Version := "2023.11-02",
Version := "2023.12-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)( ),
Expand Down
6 changes: 3 additions & 3 deletions examples/julia/notebooks/TeraoConjectureRank3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@
"lastKernelId": null
},
"kernelspec": {
"display_name": "Julia 1.9.1",
"display_name": "Julia 1.10.0",
"language": "julia",
"name": "julia-1.9"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.1"
"version": "1.10.0"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions examples/notebooks/DivFreeNotIndFree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1123,15 +1123,15 @@
"lastKernelId": null
},
"kernelspec": {
"display_name": "Julia 1.9.3",
"display_name": "Julia 1.10.0",
"language": "julia",
"name": "julia-1.9"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.3"
"version": "1.10.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cfda0d7

Please sign in to comment.