From 7f7c5b1e559583be267c8c0b54f55408b2688a74 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sun, 11 Jul 2021 15:45:05 -0700 Subject: [PATCH] v1.18.15 add Kazuya --- meleeuploader/consts.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meleeuploader/consts.py b/meleeuploader/consts.py index 75adc89..26506b2 100755 --- a/meleeuploader/consts.py +++ b/meleeuploader/consts.py @@ -96,7 +96,7 @@ 'Corrin', 'Bayonetta', 'Inkling', 'Ridley', 'Simon', 'Richter', 'King K. Rool', 'Isabelle', 'Incineroar', 'Piranha Plant', 'Joker', 'Hero', 'Banjo & Kazooie', 'Terry Bogard', 'Byleth', - 'Min Min', 'Steve', 'Sephiroth', 'Pyra', 'Mythra') + 'Min Min', 'Steve', 'Sephiroth', 'Pyra', 'Mythra', 'Kazuya') melee_chars = ('Fox', 'Falco', 'Marth', 'Sheik', 'Jigglypuff', 'Peach', 'Captain Falcon', 'Ice Climbers', 'Pikachu', 'Samus', diff --git a/setup.py b/setup.py index 6347299..dc03805 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path here = path.abspath(path.dirname(__file__)) -version = '1.18.14' +version = '1.18.15' long_des = "" with open(path.join(here, 'README.md')) as f: