diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:55:26 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:55:26 -0500 |
commit | 016f0206b5029fc83a6200be29b0f980c76dfd90 (patch) | |
tree | 466cd35e73083068af0ad331fc0a98ecd5521928 /setup.py | |
parent | 5e66419093bee938c4b58b87da2ddfb00361fe7a (diff) |
version bump to: v1.1.0v1.1.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ requires = [ setup( name="pokemontools", - version="1.0.2", + version="1.1.0", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", |