Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Sep 24, 2024
1 parent 46588f9 commit 1735507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ pip install -U git+https://github.com/atomflunder/stringmatch
To install a specific Version:

```
pip install -U stringmatch==0.14.3
pip install -U stringmatch==0.14.4
```

Or:

```
pip install -U git+https://github.com/atomflunder/[email protected].3
pip install -U git+https://github.com/atomflunder/[email protected].4
```

After you installed stringmatch, head on over to the Basic Usage tab to get familiar with its functions.
2 changes: 1 addition & 1 deletion stringmatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from stringmatch.strings import Strings

__title__ = "stringmatch"
__version__ = "0.14.3"
__version__ = "0.14.4"
__all__ = (
"Distance",
"Match",
Expand Down

0 comments on commit 1735507

Please sign in to comment.