# HG changeset patch # User Tuomo Valkonen # Date 1670328740 -7200 # Node ID b71edfd403aaf3045011769ce14775bfff94c4f5 # Parent 21b0e537ac0ea1dff9b9de0feb47428533833d5d v1.0.0-pre-arxiv (missing arXiv links) diff -r 21b0e537ac0e -r b71edfd403aa Cargo.lock --- a/Cargo.lock Fri Dec 02 21:20:04 2022 +0200 +++ b/Cargo.lock Tue Dec 06 14:12:20 2022 +0200 @@ -917,7 +917,7 @@ [[package]] name = "pointsource_algs" -version = "0.1.0" +version = "1.0.0-pre-arxiv" dependencies = [ "GSL", "alg_tools", diff -r 21b0e537ac0e -r b71edfd403aa Cargo.toml --- a/Cargo.toml Fri Dec 02 21:20:04 2022 +0200 +++ b/Cargo.toml Tue Dec 06 14:12:20 2022 +0200 @@ -1,6 +1,6 @@ [package] name = "pointsource_algs" -version = "0.1.0" +version = "1.0.0-pre-arxiv" edition = "2021" authors = ["Tuomo Valkonen "] description = "Algorithms for point source localisation"