diff --git a/default.nix b/default.nix index a6e81f6..b6258b5 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ with pkgs.python3Packages; buildPythonApplication (rec { pname = "abarms"; - version = "1.1.0"; + version = "1.1.1"; format = "pyproject"; src = lib.cleanSourceWith { diff --git a/pyproject.toml b/pyproject.toml index 30ed86d..db92bd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "abarms" -version = "1.1.0" +version = "1.1.1" 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"