pyproject: bump to 0.6.5dev1 for future development (#4246)

This commit is contained in:
Masen Furer 2024-10-25 13:51:33 -07:00 committed by GitHub
parent 788b21556d
commit 83cfcc63f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "reflex"
version = "0.6.4dev1"
version = "0.6.5dev1"
description = "Web apps in pure Python."
license = "Apache-2.0"
authors = [
@ -104,4 +104,4 @@ lint.pydocstyle.convention = "google"
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"
asyncio_mode = "auto"
asyncio_mode = "auto"