diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:59:44 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:59:44 -0500 |
commit | 88692100623fc145c498e8023848ca5abcf28fc2 (patch) | |
tree | 94618578a88043fe14fe5d64e62dc7df94e852c2 /setup.py | |
parent | 7fdf53f162dc8027619803b36d4447cdc2f294bd (diff) | |
parent | 82fb73edc3850e3601f085d84f7bba03fe6d7076 (diff) |
Merge branch 'master' into vba-automation
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |