diff --git a/CITATION.cff b/CITATION.cff index 3f8fc60..e2b2e95 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,5 +29,5 @@ keywords: - graph isomorphism - edit distance license: LGPL-3.0-or-later -version: 0.4.0 -date-released: '2026-09-09' +version: 0.5.0 +date-released: '2026-09-16' diff --git a/README.md b/README.md index 9697dc6..a573bb0 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ problem with the automatic choice. An unrecognized value raises a `ValueError` rather than falling back to a default. ### Version Information -`--version` or `-v` writes a line such as `Graphtage version 0.4.0` to STDERR. If you pass it without any input files, +`--version` or `-v` writes a line such as `Graphtage version 0.5.0` to STDERR. If you pass it without any input files, Graphtage prints the version and exits; if you pass input files as well, it prints the version and then computes the diff. `-dumpversion` writes the raw version to STDOUT and exits without reading any input. diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 729623d..63024d4 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -17,6 +17,7 @@