Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
D1ffic00lt committed Nov 25, 2022
1 parent d08436a commit 0996651
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/
exe/
__pycache__
.idea/
.idea/
*.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ToxicityClassificator
Module encoding and encrypting text by key
Module for predicting toxicity messages in Russian and English
## Usage example
```python
from toxicityclassifier import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "toxicityclassifier"
version = "0.1.9"
version = "0.1.10"
description = "Module encoding and encrypting text by key"
authors = ["D1ffic00lt <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion toxicityclassifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from toxicityclassifier.toxicityclassifier import *

__version__ = "0.1.9"
__version__ = "0.1.10"
__title__ = 'ToxicityClassificator'
__author__ = "D1ffic00lt"
__copyright__ = "Copyright 2013-2022 {}".format(__author__)
Expand Down

0 comments on commit 0996651

Please sign in to comment.