Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Oct 12, 2022
1 parent 0a3451c commit 5be7661
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a broad overview of the changes that have been made over the lifespan of this library.

## v0.14.1 - 2022-10-12

- Add Python 3.11 support

## v0.14.0 - 2022-07-29

- Added support for Python 3.8
Expand Down
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.0
pip install -U stringmatch==0.14.1
```

Or:

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

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.0"
__version__ = "0.14.1"
__all__ = (
"Distance",
"Match",
Expand Down

0 comments on commit 5be7661

Please sign in to comment.