Skip to content

Commit 90ecc97

Browse files
committed
v0.3.2 - Fix a typo in documentation
1 parent 0714692 commit 90ecc97

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ $ python tests.py
132132
```
133133

134134
## Versions
135-
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.3.1) - Remove unused dependencies.
135+
- [v0.3.2](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.2) - Fix a typo in documentation.
136+
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.1) - Remove unused dependencies.
136137
- [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).
137138
- [v0.2.0](https://github.com/snguyenthanh/better_profanity/releases/tag/0.2) - Bug fix + faster censoring
138139
- [v0.1.0](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.1) - Initial release

better_profanity.egg-info/PKG-INFO

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: better-profanity
3-
Version: 0.3.1
3+
Version: 0.3.2
44
Summary: A Python library to clean swear words (and their leetspeak) in strings
55
Home-page: https://github.com/snguyenthanh/better_profanity
66
Author: Son Nguyen Thanh
@@ -140,7 +140,8 @@ Description: # better_profanity
140140
```
141141

142142
## Versions
143-
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.3.1) - Remove unused dependencies.
143+
- [v0.3.2](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.2) - Fix a typo in documentation.
144+
- [v0.3.1](https://github.com/snguyenthanh/better_profanity/releases/tag/0.3.1) - Remove unused dependencies.
144145
- [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).
145146
- [v0.2.0](https://github.com/snguyenthanh/better_profanity/releases/tag/0.2) - Bug fix + faster censoring
146147
- [v0.1.0](https://github.com/snguyenthanh/better_profanity/releases/tag/v0.1) - Initial release

better_profanity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = 'better_profanity'
2-
__version__ = '0.3.1'
2+
__version__ = '0.3.2'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = 'better_profanity'
2-
__version__ = '0.3.1'
2+
__version__ = '0.3.2'

dist/better_profanity-0.3.1.tar.gz

-22.9 KB
Binary file not shown.

dist/better_profanity-0.3.2.tar.gz

22.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)