Skip to content

Commit

Permalink
Bump version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Feb 13, 2025
1 parent 0ef09a8 commit 9bf2345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CapAndHomalg"
uuid = "c4774649-1891-41ea-a883-87141804c57c"
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
version = "1.6.1"
version = "1.6.2"

[deps]
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DocMeta.setdocmeta!(CapAndHomalg, :DocTestSetup, :(using CapAndHomalg); recursiv

include("singular.jl")
include("4ti2.jl")
include("digraphs.jl")
#include("digraphs.jl")
include("json.jl")
include("images.jl")
include("homalg_project.jl")
Expand Down

0 comments on commit 9bf2345

Please sign in to comment.