This commit is contained in:
Lesserkuma
2022-05-27 11:06:35 +02:00
parent a8ce26c54e
commit 2dffc534ca
9 changed files with 91 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read(
setuptools.setup(
name="FlashGBX",
version="3.11",
version="3.12",
author="Lesserkuma",
description="Reads and writes Game Boy and Game Boy Advance cartridge data. Supported hardware: GBxCart RW v1.3 and v1.4 by insideGadgets.",
url="https://github.com/lesserkuma/FlashGBX",