diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 12:59:47 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 12:59:47 -0500 |
commit | 276111f04dcc3e937f1a16f4b7066934409f8ad4 (patch) | |
tree | 3eff90e75fffa2e09f2fb792565cbb3f3900a741 | |
parent | 8c6328543a4ac2c6e7ba805e3c536589deca9d6d (diff) |
version bump to: v1.2.0v1.2.0
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ requires = [ setup( name="pokemontools", - version="1.1.0", + version="1.2.0", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", |