diff --git a/README.md b/README.md index 52fb0f2..8e53028 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ libWiiPy is inspired by [libWiiSharp](https://github.com/TheShadowEevee/libWiiSh # Features This list will expand as libWiiPy is developed, but these features are currently available: - TMD and Ticket parsing/editing (`.tmd`, `.tik`) -- Title parsing/editing, including content encryption/decryption +- Title parsing/editing, including content encryption/decryption (both retail and development) - WAD file parsing/editing (`.wad`) - Downloading titles from the NUS - Packing and unpacking U8 archives (`.app`, `.arc`) diff --git a/pyproject.toml b/pyproject.toml index 8f06d06..aea1d4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "libWiiPy" -version = "0.5.2" +version = "0.5.3" authors = [ { name="NinjaCheetah", email="ninjacheetah@ncxprogramming.com" }, { name="Lillian Skinner", email="lillian@randommeaninglesscharacters.com" }