diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 23:32:08 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 23:32:08 -0500 |
commit | 967de1cf3c16eb7806a745acc65ceb222ad5d6dc (patch) | |
tree | 778847383ae4b63f34845f60270ff4e4e7ad3763 /setup.py | |
parent | d4acb1349b71df7a635d9dba57b1701b7198808b (diff) |
don't include precompiled python files in the eggv1.0.2
version bump to: v1.0.2
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.1", + version="1.0.2", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", |