Release version 1.0.1
Some checks failed
CI / test (push) Has been cancelled
Stable Tag / test (push) Has been cancelled
Stable Tag / tag-stable (push) Has been cancelled

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-23 17:50:24 +01:00
parent 5e5b6c8933
commit f270a5c7c6
3 changed files with 9 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
rec {
matomo-bootstrap = python.pkgs.buildPythonApplication {
pname = "matomo-bootstrap";
version = "1.0.0"; # keep in sync with pyproject.toml
version = "1.0.1"; # keep in sync with pyproject.toml
pyproject = true;
src = self;