diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:16:52 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:16:52 -0500 |
commit | 795cd58a70c80082003e40127241cfaefa0fae8b (patch) | |
tree | cd3eb7f9dcd4f0f346d7bc4c475efe5d0009463a | |
parent | 6a7af346c0f12fc8126c3c62f4393ec3949d6c5c (diff) |
version bump to: v1.3.0v1.3.0
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ requires = [ setup( name="pokemontools", - version="1.2.0", + version="1.3.0", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", |