Skip to content

Commit

Permalink
Increment version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jan 7, 2024
1 parent 3ec8ea8 commit a811de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
python = pkgs.python3Packages;
ptvertmenu = pkgs.python3Packages.buildPythonPackage {
pname = "ptvertmenu";
version = "0.2.1";
version = "0.2.2";
src = self;
requirements = builtins.readFile ./requirements.txt;
propagatedBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ptvertmenu
version = 0.2.1
version = 0.2.2
description = Vertical menu widget for prompt-toolkit with optional fzf-inspired search
license = MIT
license_files = LICENSE
Expand Down

0 comments on commit a811de2

Please sign in to comment.