Skip to content

Commit 19a4059

Browse files
authored
upgrade to 082dev (#5543)
1 parent 2440b3d commit 19a4059

File tree

2 files changed

+236
-219
lines changed

2 files changed

+236
-219
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.1dev1"
3+
version = "0.8.2dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [
@@ -229,7 +229,7 @@ fail_fast = true
229229

230230
[[tool.pre-commit.repos]]
231231
repo = "https://github.com/astral-sh/ruff-pre-commit"
232-
rev = "v0.12.1"
232+
rev = "v0.12.2"
233233
hooks = [
234234
{ id = "ruff-format", args = [
235235
"reflex",

0 commit comments

Comments
 (0)