Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Mar 22, 2024
1 parent 37c1adc commit 066df7d
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.0";
version = "1.1.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 = "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"
Expand Down

0 comments on commit 066df7d

Please sign in to comment.