From 156b0025c5e4c747a544c9679e1cb10cc246e2b4 Mon Sep 17 00:00:00 2001 From: Deltaion Lee <32529306+MCMi460@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:33:31 -0600 Subject: [PATCH] Update version to `0.0.3` --- lp1.nso.nintendo.net.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lp1.nso.nintendo.net.md b/lp1.nso.nintendo.net.md index 5b74685..d5fd5e4 100644 --- a/lp1.nso.nintendo.net.md +++ b/lp1.nso.nintendo.net.md @@ -337,7 +337,7 @@ An object with the following: | --- | --- | --- | | id | str | UUID of Right | | user_id | str | Your Nintendo Account ID | -| tags | list | Type of gift. One of [`Right_Category.supported_tags`](#right_category) | +| tags | list | Type of right. One of [`Right_Category.supported_tags`](#right_category) | | content_url | str | Same as `thumbnail_url` in [`Reward`](#reward) | | created_at | str | Right creation date | | updated_at | str | Right update date | diff --git a/setup.py b/setup.py index 9e23b40..d8c2dbc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name = 'nso-applet-api', - version = '0.0.23', + version = '0.0.3', description = 'Nintendo NSO Applet API', long_description = long_description, long_description_content_type = 'text/markdown',