Skip to content

Commit 85520d4

Browse files
Update submodule URL to use HTTPS (#64)
Co-authored-by: devops <[email protected]>
1 parent 4bf1e53 commit 85520d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "tests/riscv-arch-test"]
22
path = tests/riscv-arch-test
3-
url = git@github.com:riscv-non-isa/riscv-arch-test.git
3+
url = https://github.com/riscv-non-isa/riscv-arch-test

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.48
1+
0.1.49

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kriscv"
7-
version = "0.1.48"
7+
version = "0.1.49"
88
description = "K tooling for the RISC-V architecture"
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

0 commit comments

Comments
 (0)