Skip to content

Commit

Permalink
Screwed up the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
viig99 committed Oct 1, 2020
1 parent f88f80b commit c059d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SymSpellCppPy
A Fast SymSpell v6.5 port for python written in C++ using pybind11.

![UnitTests](https://img.shields.io/github/workflow/status/viig99/SymSpellCppPy/UnitTests?style=flat-square)
![UnitTests](https://img.shields.io/github/workflow/status/viig99/SymSpellCppPy/UnitTests?style=flat-square)
![Docs](https://img.shields.io/readthedocs/symspellcpppy?style=flat-square)
![Downloads](https://img.shields.io/pypi/dm/SymSpellCppPy?style=flat-square)
![License](https://img.shields.io/github/license/viig99/SymSpellCppPy?style=flat-square)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def build_extension(self, ext):

setup(
name='SymSpellCppPy',
version='0.0.9',
version='0.0.10',
author='Arjun Variar & Mohit Tare',
author_email='[email protected]',
description='A Fast SymSpell port for python written in C++ using pybind11.',
Expand Down

0 comments on commit c059d53

Please sign in to comment.