From 83cfcc63f123c80a7b289c09fa2f87abceb2e379 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Fri, 25 Oct 2024 13:51:33 -0700 Subject: [PATCH] pyproject: bump to 0.6.5dev1 for future development (#4246) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2635e1156..9b012f10a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file +asyncio_mode = "auto"