summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-27 10:55:26 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-27 10:55:26 -0500
commit016f0206b5029fc83a6200be29b0f980c76dfd90 (patch)
tree466cd35e73083068af0ad331fc0a98ecd5521928
parent5e66419093bee938c4b58b87da2ddfb00361fe7a (diff)
version bump to: v1.1.0v1.1.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a50bb76..12b688f 100644
--- a/setup.py
+++ b/setup.py
@@ -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",