Release 0.0.9

Fixed:
- Issue #11: fix read_regions bug which caused incorrect encryption/decryption
This commit is contained in:
Nichlas Severinsen 2022-02-19 00:24:17 +01:00
parent fef4eee23a
commit 266f3fc76d
2 changed files with 8 additions and 1 deletions

View file

@ -11,7 +11,7 @@ with open('README.md') as f:
setup(
name="libray",
version="0.0.8",
version="0.0.9",
description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs',
long_description=long_description,
long_description_content_type='text/markdown',