Skip to content

Commit f6c2220

Browse files
committed
bump library version
1 parent 0634478 commit f6c2220

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "blockkit"
7-
version = "2.0.4"
7+
version = "2.1.0"
88
authors = [{ name = "Dima Czernyszow", email = "imryche13@gmail.com" }]
99
description = "A fast way to build Block Kit interfaces in Python"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
classifiers = [
13-
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: MIT License",
15-
"Operating System :: OS Independent",
13+
"Programming Language :: Python :: 3",
14+
"License :: OSI Approved :: MIT License",
15+
"Operating System :: OS Independent",
1616
]
1717
dependencies = []
1818

@@ -22,7 +22,7 @@ Issues = "https://github.com/imryche/blockkit/issues"
2222

2323

2424
[tool.ruff]
25-
line-length=88
25+
line-length = 88
2626
extend-select = ["I", "UP", "ASYNC"]
2727
extend-ignore = ["UP007"]
2828

@@ -31,8 +31,8 @@ extend-select = ["I", "UP", "E501", "ASYNC"]
3131

3232
[dependency-groups]
3333
dev = [
34-
"ipdb>=0.13.13",
35-
"mkdocs-material>=9.6.14",
36-
"mypy>=1.15.0",
37-
"pytest>=8.3.5",
34+
"ipdb>=0.13.13",
35+
"mkdocs-material>=9.6.14",
36+
"mypy>=1.15.0",
37+
"pytest>=8.3.5",
3838
]

0 commit comments

Comments
 (0)