Skip to content

Commit 649171e

Browse files
committed
pyproject: bump to 0.6.8a1
1 parent 5d877d5 commit 649171e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "reflex"
3-
version = "0.6.8dev1"
3+
version = "0.6.8a1"
44
description = "Web apps in pure Python."
55
license = "Apache-2.0"
66
authors = [
@@ -108,4 +108,4 @@ asyncio_mode = "auto"
108108

109109
[tool.codespell]
110110
skip = "docs/*,*.html,examples/*, *.pyi"
111-
ignore-words-list = "te, TreeE"
111+
ignore-words-list = "te, TreeE"

0 commit comments

Comments
 (0)