From baec46e8539c21c8509f6041015acc31be417fe3 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Fri, 26 Jan 2024 08:00:00 +0000 Subject: [PATCH] bump version --- default.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index d4ad6d5..28963ec 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ with pkgs.python3Packages; buildPythonApplication (rec { pname = "imaparms"; - version = "2.5.0"; + version = "2.5.1"; format = "pyproject"; src = lib.cleanSourceWith { diff --git a/pyproject.toml b/pyproject.toml index 349aa13..86b5917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "imaparms" -version = "2.5.0" +version = "2.5.1" authors = [{ name = "Jan Malakhovski", email = "oxij@oxij.org" }] description = "A handy Swiss-army-knife-like utility for fetching, flagging/marking, deleting/expiring, and performing other batch operations on messages residing on IMAP servers" readme = "README.md"