diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:45:49 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:45:51 -0500 |
commit | 82fb73edc3850e3601f085d84f7bba03fe6d7076 (patch) | |
tree | f2fbebc1b752aea70a0b8f140ae199812b5a6453 | |
parent | 480593e472dd2efbfc4c643e1594ae10aef3dc2c (diff) |
version bump to: v1.4.1v1.4.1
The previous version was uploaded with .swp files and a large libvba.so
that was in my working directory. I regret everything.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |