This commit is contained in:
Lesserkuma
2021-06-08 11:27:42 +02:00
parent f2a3dc4e37
commit 00019e66bc
21 changed files with 213 additions and 52 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="2.2",
version="2.3",
author="Lesserkuma",
description="Reads and writes Game Boy and Game Boy Advance cartridge data. Currently supports the GBxCart RW hardware device by insideGadgets.",
url="https://github.com/lesserkuma/FlashGBX",