Skip to content

Commit

Permalink
Update version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMi460 committed Feb 17, 2024
1 parent f2ccffa commit 156b002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lp1.nso.nintendo.net.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ An object with the following:
| --- | --- | --- |
| id | str | UUID of Right |
| user_id | str | Your Nintendo Account ID |
| tags | list<str> | Type of gift. One of [`Right_Category.supported_tags`](#right_category) |
| tags | list<str> | 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 |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 156b002

Please sign in to comment.