Skip to content

Commit

Permalink
v1.18.15 add Kazuya
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Jul 11, 2021
1 parent 14d4843 commit 7f7c5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meleeuploader/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f7c5b1

Please sign in to comment.