We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ee7eb commit 4c5e396Copy full SHA for 4c5e396
.github/workflows/TagBot.yml
@@ -17,4 +17,4 @@ jobs:
17
- uses: JuliaRegistries/TagBot@v1
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
- ssh: ${{ secrets.DOCUMENTER_KEY }}
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
Project.toml
@@ -1,7 +1,7 @@
1
name = "VectorizedReduction"
2
uuid = "4ffe575c-65e5-43f4-bc05-e0b500dc3d2c"
3
authors = ["Andrew J. Radcliffe <[email protected]"]
4
-version = "0.1.6"
+version = "0.1.7"
5
6
[deps]
7
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
0 commit comments