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 6351dcd commit 2a65bc1
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 = "abarms";
version = "1.1.1";
version = "1.1.2";
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 = "abarms"
version = "1.1.1"
version = "1.1.2"
authors = [{ name = "Jan Malakhovski", email = "oxij@oxij.org" }]
description = "A handy Swiss-army-knife-like utility for manipulating Android Backup files (`*.ab`, `*.adb`) produced by `adb backup`, `bmgr`, and similar tools"
readme = "README.md"
Expand Down

0 comments on commit 2a65bc1

Please sign in to comment.