summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-21 21:45:49 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-21 21:45:51 -0500
commit82fb73edc3850e3601f085d84f7bba03fe6d7076 (patch)
treef2fbebc1b752aea70a0b8f140ae199812b5a6453
parent480593e472dd2efbfc4c643e1594ae10aef3dc2c (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.py2
1 files changed, 1 insertions, 1 deletions
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",