version 0.3.1

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-07-16 09:15:40 +02:00
parent e2ad2fc15d
commit e5460e1629
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
pkgs.python3Packages.buildPythonPackage rec {
pname = "smtprd-ng";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
src = lib.cleanSource ./.;

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "smtprd-ng"
version = "0.3.0"
version = "0.3.1"
description = "SMTP forwarding relay daemon with signing and encryption"
authors = [{ name = "Florian Brandes", email = "dev@mail.flo-the.dev" }]
classifiers = [