summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-04 23:32:08 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-04 23:32:08 -0500
commit967de1cf3c16eb7806a745acc65ceb222ad5d6dc (patch)
tree778847383ae4b63f34845f60270ff4e4e7ad3763 /setup.py
parentd4acb1349b71df7a635d9dba57b1701b7198808b (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ec13d98..a50bb76 100644
--- a/setup.py
+++ b/setup.py
@@ -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",