bump to 0.2.0
diff --git a/README.rst b/README.rst
index 23cee9f..9a4fb0a 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,8 @@
 Written by Michael Stephens <mstephens@sunlightfoundation.com> and James Turk
 <jturk@sunlightfoundation.com>.
 
+Contributions from Peter Scott.
+
 Source is available at http://github.com/sunlightlabs/jellyfish.
 
 Included Algorithms
@@ -49,4 +51,4 @@
 >>> jellyfish.nysiis('Jellyfish')
 'JALYF'
 >>> jellyfish.match_rating_codex('Jellyfish')
-'JLLFSH'
\ No newline at end of file
+'JLLFSH'
diff --git a/setup.py b/setup.py
index d76c26b..e9de7c5 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 long_description = open('README.rst').read()
 
 setup(name="jellyfish",
-      version="0.1.3",
+      version="0.2.0",
       platforms=["any"],
       description=("a library for doing approximate and "
                    "phonetic matching of strings."),