summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-11 12:39:50 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-11 12:39:50 -0600
commitfd10868994edf46180a95329f2eaa48df9ccfd7a (patch)
treefd75eebf74bd29a09147fca48b1884a2ba75858d /setup.py
parente0991710ef720ee73bc8042671ba92159002f236 (diff)
version bump to: v1.6.0v1.6.0
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 4b28c20..19d4af9 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = [
setup(
name="pokemontools",
- version="1.5.0",
+ version="1.6.0",
description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.",
long_description=open("README.md", "r").read(),
license="BSD",