summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-05 14:11:04 -0500
committeryenatch <yenatch@gmail.com>2013-11-05 14:11:04 -0500
commitda7b863b8e20d5d8da07d9eb44e0fd4f5f0848d0 (patch)
tree09a02add28a0d34589fce85ec2fde3da81c8eb05 /setup.py
parent4a7373d8e79d17f10ebafa3ccef7b822a5b139af (diff)
parentdafb5518df768f93ac94c59d4bf5981e95f7aba0 (diff)
Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-tools
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f2c277e..65c9842 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = [
setup(
name="pokemontools",
- version="1.3.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",