Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Cohen committed May 3, 2013
1 parent d12c97c commit 87849df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from distutils.core import setup

setup(name='fuzzywuzzy',
version='0.1',
version='0.2',
description='Fuzzy string matching in python',
author='Adam Cohen',
author_email='[email protected]',
url='https://github.com/seatgeek/fuzzywuzzy/',
packages=['fuzzywuzzy'])
packages=['fuzzywuzzy'])

0 comments on commit 87849df

Please sign in to comment.