From 82fb73edc3850e3601f085d84f7bba03fe6d7076 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 21 Sep 2013 21:45:49 -0500 Subject: version bump to: v1.4.1 The previous version was uploaded with .swp files and a large libvba.so that was in my working directory. I regret everything. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 709a7a8..65c9842 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ setup( name="pokemontools", - version="1.4.0", + version="1.4.1", 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