Skip to content

Commit

Permalink
Release version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadricksg committed Aug 18, 2023
1 parent 681abb2 commit 83a2cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Using PIP via Github

.. code:: bash
pip install git+git://github.com/seatgeek/thefuzz.git@0.19.0#egg=thefuzz
pip install git+git://github.com/seatgeek/thefuzz.git@0.20.0#egg=thefuzz
Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)

.. code:: bash
git+ssh://[email protected]/seatgeek/thefuzz.git@0.19.0#egg=thefuzz
git+ssh://[email protected]/seatgeek/thefuzz.git@0.20.0#egg=thefuzz
Manually via GIT

Expand Down
2 changes: 1 addition & 1 deletion thefuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.0'
__version__ = '0.20.0'

0 comments on commit 83a2cc0

Please sign in to comment.