From 178e9023d49341a02cd903a0f7df50e27b8bd27c Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 26 Aug 2023 19:37:40 +0100 Subject: [PATCH] Bump to v2.0.1 --- nton/__init__.py | 2 +- pyproject.toml | 2 +- setup.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nton/__init__.py b/nton/__init__.py index 8c0d5d5..159d48b 100644 --- a/nton/__init__.py +++ b/nton/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/pyproject.toml b/pyproject.toml index f462554..687ecff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nton" -version = "2.0.0" +version = "2.0.1" description = "Nintendo Switch NRO to NSP Forwarder." authors = ["rlaphoenix "] license = "GPL-3.0-only" diff --git a/setup.iss b/setup.iss index da35e7f..65892c9 100644 --- a/setup.iss +++ b/setup.iss @@ -1,7 +1,7 @@ ; https://jrsoftware.org/ishelp/index.php #define AppName "NTON" -#define Version "2.0.0" +#define Version "2.0.1" [Setup] AppId={#AppName}