Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed May 11, 2024
1 parent 6c5bf4f commit 1d9cb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with pkgs.python3Packages;

buildPythonApplication (rec {
pname = "imaparms";
version = "2.6.0";
version = "2.6.1";
format = "pyproject";

src = lib.cleanSourceWith {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
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"
Expand Down

0 comments on commit 1d9cb4d

Please sign in to comment.