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.
This commit is contained in:
Bryan Bishop
2013-09-21 21:45:49 -05:00
parent 480593e472
commit 82fb73edc3

View File

@@ -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",