Skip to content

Commit

Permalink
Merge pull request #29 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
switched Julia 1.11.1 -> 1.11.2
  • Loading branch information
mohamed-barakat authored Dec 15, 2024
2 parents 2c1d6e7 + 11cdc68 commit 8be4280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 := "2024.11-01",
Version := "2024.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
4 changes: 2 additions & 2 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.11.1",
"display_name": "Julia 1.11.2",
"language": "julia",
"name": "julia-1.11"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.11.1"
"version": "1.11.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8be4280

Please sign in to comment.