Skip to content

Commit 36d4f8a

Browse files
committed
bump patch version and update ci
1 parent e937a73 commit 36d4f8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
version:
2424
- '1.8' # lowest supported version
25-
- '1.10' # julia lts
26-
- '1' # automatically expands to the latest stable 1.x release of Julia
25+
- 'lts' # julia lts
26+
- '1' # latest stable 1.x release of Julia
2727
os:
2828
- ubuntu-latest
2929
- macOS-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorOperations"
22
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
33
authors = ["Lukas Devos <[email protected]>", "Maarten Van Damme <[email protected]>", "Jutho Haegeman <[email protected]>"]
4-
version = "5.1.0"
4+
version = "5.1.1"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
@@ -40,10 +40,10 @@ Logging = "1.6"
4040
PackageExtensionCompat = "1"
4141
PtrArrays = "1.2"
4242
Random = "1"
43-
Strided = "2.0.4"
43+
Strided = "2.2"
4444
StridedViews = "0.3"
4545
Test = "1"
46-
TupleTools = "1.1"
46+
TupleTools = "1.6"
4747
VectorInterface = "0.4.1"
4848
cuTENSOR = "2.1.1"
4949
julia = "1.8"

0 commit comments

Comments
 (0)