diff --git a/pokemontools/__init__.py b/pokemontools/__init__.py index 1125d4b..dc4346a 100644 --- a/pokemontools/__init__.py +++ b/pokemontools/__init__.py @@ -2,4 +2,4 @@ import configuration as config import crystal import preprocessor -__version__ = "1.5.0" +__version__ = "1.6.0" diff --git a/setup.py b/setup.py index 4b28c20..19d4af9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ setup( name="pokemontools", - version="1.5.0", + version="1.6.0", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD",