From fcfde94ba84a6a29bb22dd97b62af2e3c72276bd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 11 Nov 2013 12:38:17 -0600 Subject: version bump to: v1.5.0 --- pokemontools/__init__.py | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pokemontools/__init__.py b/pokemontools/__init__.py index 293e2f2..1125d4b 100644 --- a/pokemontools/__init__.py +++ b/pokemontools/__init__.py @@ -1,3 +1,5 @@ import configuration as config import crystal import preprocessor + +__version__ = "1.5.0" diff --git a/setup.py b/setup.py index 65c9842..4b28c20 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ setup( name="pokemontools", - version="1.4.1", + version="1.5.0", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", -- cgit v1.2.3