Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 749d61a

Browse files
committed
Release version 0.18.0
1 parent 3492929 commit 749d61a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Using PIP via Github
4040

4141
.. code:: bash
4242
43-
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.17.0#egg=fuzzywuzzy
43+
pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.18.0#egg=fuzzywuzzy
4444
4545
Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
4646

4747
.. code:: bash
4848
49-
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.17.0#egg=fuzzywuzzy
49+
git+ssh://[email protected]/seatgeek/fuzzywuzzy.git@0.18.0#egg=fuzzywuzzy
5050
5151
Manually via GIT
5252

fuzzywuzzy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.17.0'
2+
__version__ = '0.18.0'

0 commit comments

Comments
 (0)