Skip to content

Commit 53a3782

Browse files
committed
Fixes line ending & bumps version
1 parent d070817 commit 53a3782

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

pyproject.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
[tool.poetry]
2-
name = "SecurityRatConnector"
3-
version = "1.0.0"
4-
description = "An API connector for SecurityRat"
5-
license = "Apache-2.0"
6-
authors = ["dcfSec <contributor@dcfsec.com>"]
7-
readme = "README.md"
8-
repository = "https://github.com/dcfSec/SecurityRatConnector"
9-
packages = [
10-
{ include = "securityratconnector" },
11-
]
12-
13-
[tool.poetry.dependencies]
14-
python = "^3.6"
15-
requests = "^2.23.0"
16-
17-
[tool.poetry.dev-dependencies]
18-
pytest = "^7.0"
19-
20-
[build-system]
21-
requires = ["poetry>=0.12"]
22-
build-backend = "poetry.masonry.api"
1+
[tool.poetry]
2+
name = "SecurityRatConnector"
3+
version = "1.1.0"
4+
description = "An API connector for SecurityRat"
5+
license = "Apache-2.0"
6+
authors = ["dcfSec <contributor@dcfsec.com>"]
7+
readme = "README.md"
8+
repository = "https://github.com/dcfSec/SecurityRatConnector"
9+
packages = [
10+
{ include = "securityratconnector" },
11+
]
12+
13+
[tool.poetry.dependencies]
14+
python = "^3.6"
15+
requests = "^2.23.0"
16+
17+
[tool.poetry.dev-dependencies]
18+
pytest = "^7.0"
19+
20+
[build-system]
21+
requires = ["poetry>=0.12"]
22+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)