Skip to content

Commit

Permalink
poetry: bump package version to 2.2.8
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
  • Loading branch information
yshalsager committed Sep 20, 2022
1 parent 25ea3da commit 282ba6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xiaomi_flashable_firmware_creator"
version = "2.2.7"
version = "2.2.8"
description = "Create flashable firmware zip from MIUI Recovery ROMs!"
authors = ["yshalsager <ysh-alsager@hotmail.com>"]
license = "GPL-3.0-only"
Expand All @@ -21,7 +21,7 @@ readme = "README.md"
xiaomi_flashable_firmware_creator = "xiaomi_flashable_firmware_creator.xiaomi_flashable_firmware_creator:main"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.10"
remotezip = "^0.9.2"
protobuf = ">=3.15,<5.0"

Expand Down

0 comments on commit 282ba6a

Please sign in to comment.