Skip to content

Commit a37232e

Browse files
committed
fix: fix zenodo
1 parent 329853f commit a37232e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.zenodo.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"relation_type": { "id": "isSupplementTo" },
2828
"scheme": "url",
29-
"identifier": "https://github.com/DiogoRibeiro7/bmssp-backhup"
29+
"identifier": "https://github.com/DiogoRibeiro7/bmsspp"
3030
}
3131
],
3232
"funding": [
@@ -42,4 +42,3 @@
4242
"files": "public"
4343
}
4444
}
45-

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ preferred-citation:
2727
orcid: "https://orcid.org/0009-0001-2022-7072"
2828
title: ssspx
2929
version: "0.1.0"
30-
doi: 10.5281/zenodo.0000000
30+
doi: 10.5281/zenodo.17381919
3131
url: https://github.com/DiogoRibeiro7/bmssp-backhup
3232
publisher:
3333
name: Zenodo

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ssspx"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Deterministic SSSP (BMSSP-style) with optional constant-outdegree transform and switchable frontier"
55
authors = ["Diogo Ribeiro <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)