Skip to content

Commit

Permalink
Update version, fix inverted markers for library availability to not …
Browse files Browse the repository at this point in the history
…in android (#15)

* Update pyproject.toml

* Update version

* Update version
  • Loading branch information
i30817 authored Oct 28, 2023
1 parent 22363e4 commit 7988c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libretrofuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.4.2"
__version__ = "3.4.3"
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 = "libretrofuzz"
version = "3.4.2"
version = "3.4.3"
description = "Fuzzy Retroarch thumbnail downloader"
authors = ["i30817 <i30817@gmail.com>"]
license = "MIT"
Expand All @@ -16,7 +16,7 @@ rapidfuzz = "^3.1.1"
httpx = "^0.23.0"
tqdm = "^4.65.0"
prompt_toolkit = "^3.0.30"
pillow = {version = "^9.2.0", markers = "'aarch64' in platform_machine or 'armv8' in platform_machine" }
pillow = {version = "^9.2.0", markers = "'aarch64' not in platform_machine or 'armv8' not in platform_machine" }
regex = "^2023.6.3"

[tool.black]
Expand Down

0 comments on commit 7988c14

Please sign in to comment.