From 6b18254edc0f0cab0990d6d6081011ef17c36c5f Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:41:34 -0400 Subject: [PATCH] Small README change to reflect dev support --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }