This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 875
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7b75e2
commit 5f7674e
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,13 @@ Using PIP via Github | |
|
||
.. code:: bash | ||
pip install git+git://github.com/seatgeek/[email protected].2#egg=fuzzywuzzy | ||
pip install git+git://github.com/seatgeek/[email protected].3#egg=fuzzywuzzy | ||
Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards) | ||
|
||
.. code:: bash | ||
git+ssh://[email protected]/seatgeek/[email protected].2#egg=fuzzywuzzy | ||
git+ssh://[email protected]/seatgeek/[email protected].3#egg=fuzzywuzzy | ||
Manually via GIT | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# -*- coding: utf-8 -*- | ||
__version__ = '0.3.2' | ||
__version__ = '0.3.3' |