From 1d9cb4d2b46090d7127dc039a7b2b562c63a3c53 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Sat, 11 May 2024 12: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 f988707..d6d0791 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ with pkgs.python3Packages; buildPythonApplication (rec { pname = "imaparms"; - version = "2.6.0"; + version = "2.6.1"; format = "pyproject"; src = lib.cleanSourceWith { diff --git a/pyproject.toml b/pyproject.toml index ec904eb..aee84be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "imaparms" -version = "2.6.0" +version = "2.6.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"