Skip to content

Commit 1be9b70

Browse files
committed
chore(release): bump to v0.4.1
1 parent f5f9a2b commit 1be9b70

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[project]
22
authors = [{ name = "Cody Fincher", email = "cody@litestar.dev" }]
3+
classifiers = [
4+
"License :: OSI Approved :: MIT License",
5+
"Natural Language :: English",
6+
"Operating System :: OS Independent",
7+
"Programming Language :: Python :: 3.8",
8+
"Programming Language :: Python :: 3.9",
9+
"Programming Language :: Python :: 3.10",
10+
"Programming Language :: Python :: 3.11",
11+
"Programming Language :: Python :: 3.12",
12+
"Programming Language :: Python",
13+
"Topic :: Internet :: WWW/HTTP",
14+
"Topic :: Software Development :: Libraries",
15+
"Topic :: Software Development",
16+
"Topic :: Internet",
17+
"Topic :: Software Development :: Libraries :: Application Frameworks",
18+
"Topic :: Software Development :: Libraries :: Python Modules",
19+
]
320
dependencies = []
421
description = "HTMX Integration for Litesstar"
522
license = { text = "MIT" }
6-
classifiers = [
7-
"License :: OSI Approved :: MIT License",
8-
"Natural Language :: English",
9-
"Operating System :: OS Independent",
10-
"Programming Language :: Python :: 3.8",
11-
"Programming Language :: Python :: 3.9",
12-
"Programming Language :: Python :: 3.10",
13-
"Programming Language :: Python :: 3.11",
14-
"Programming Language :: Python :: 3.12",
15-
"Programming Language :: Python",
16-
"Topic :: Internet :: WWW/HTTP",
17-
"Topic :: Software Development :: Libraries",
18-
"Topic :: Software Development",
19-
"Topic :: Internet",
20-
"Topic :: Software Development :: Libraries :: Application Frameworks",
21-
"Topic :: Software Development :: Libraries :: Python Modules",
22-
]
2323
maintainers = [
2424
{ name = "Litestar Developers", email = "hello@litestar.dev" },
2525
{ name = "Cody Fincher", email = "cody@litestar.dev" },
@@ -31,7 +31,7 @@ maintainers = [
3131
name = "litestar-htmx"
3232
readme = "README.md"
3333
requires-python = ">=3.8, <4.0"
34-
version = "0.4.0"
34+
version = "0.4.1"
3535

3636
[build-system]
3737
build-backend = "hatchling.build"
@@ -180,7 +180,7 @@ lint.select = [
180180
"SIM", # flake8-simplify
181181
"T10", # flake8-debugger
182182
"T20", # flake8-print
183-
"TC", # flake8-type-checking
183+
"TC", # flake8-type-checking
184184
"TID", # flake8-tidy-imports
185185
"UP", # pyupgrade
186186
"W", # pycodestyle - warning

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)