Skip to content

Commit 76ed8cd

Browse files
committed
v0.1.3
1 parent ea40eda commit 76ed8cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[tool.poetry]
22
name = "toxicityclassifier"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Module encoding and encrypting text by key"
55
authors = ["D1ffic00lt <dm.filinov@gmail.com>"]
66
license = "MIT License"
7+
homepage = "https://github.com/D1ffic00lt/toxicity-classification-module"
8+
repository = "https://github.com/D1ffic00lt/toxicity-classification-module"
9+
documentation = "https://github.com/D1ffic00lt/toxicity-classification-module/README.md"
710

811
[tool.poetry.dependencies]
9-
python = "^3.9"
12+
python = "^3.8"
1013

1114
[tool.poetry.dev-dependencies]
1215

0 commit comments

Comments
 (0)