Skip to content

Commit

Permalink
v0.3.2 - Fix a typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
snguyenthanh committed Feb 24, 2019
1 parent 0714692 commit 90ecc97
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ $ python tests.py
```

## Versions
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.3.1) - Remove unused dependencies.
- [v0.3.2](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.2) - Fix a typo in documentation.
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.1) - Remove unused dependencies.
- [v0.3.0](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.0) - Add support for Unicode characters (Categories: Ll, Lu, Mc and Mn) [#2](https://github.com/snguyenthanh/better_profanity/pull/2).
- [v0.2.0](https://github.com/snguyenthanh/better_profanity/releases/tag/0.2) - Bug fix + faster censoring
- [v0.1.0](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.1) - Initial release
Expand Down
5 changes: 3 additions & 2 deletions better_profanity.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: better-profanity
Version: 0.3.1
Version: 0.3.2
Summary: A Python library to clean swear words (and their leetspeak) in strings
Home-page: https://github.com/snguyenthanh/better_profanity
Author: Son Nguyen Thanh
Expand Down Expand Up @@ -140,7 +140,8 @@ Description: # better_profanity
```

## Versions
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.3.1) - Remove unused dependencies.
- [v0.3.2](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.2) - Fix a typo in documentation.
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.1) - Remove unused dependencies.
- [v0.3.0](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.0) - Add support for Unicode characters (Categories: Ll, Lu, Mc and Mn) [#2](https://github.com/snguyenthanh/better_profanity/pull/2).
- [v0.2.0](https://github.com/snguyenthanh/better_profanity/releases/tag/0.2) - Bug fix + faster censoring
- [v0.1.0](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.1) - Initial release
Expand Down
2 changes: 1 addition & 1 deletion better_profanity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = 'better_profanity'
__version__ = '0.3.1'
__version__ = '0.3.2'
2 changes: 1 addition & 1 deletion build/lib/better_profanity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = 'better_profanity'
__version__ = '0.3.1'
__version__ = '0.3.2'
Binary file removed dist/better_profanity-0.3.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/better_profanity-0.3.2.tar.gz
Binary file not shown.

0 comments on commit 90ecc97

Please sign in to comment.