Просмотр исходного кода

pyproject.toml: bump to 0.7.0dev1 for further development (#4604)

Masen Furer 4 месяцев назад
Родитель
Сommit
4c97072a3c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pyproject.toml

+ 2 - 2
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 [tool.poetry]
 name = "reflex"
 name = "reflex"
-version = "0.6.8dev1"
+version = "0.7.0dev1"
 description = "Web apps in pure Python."
 description = "Web apps in pure Python."
 license = "Apache-2.0"
 license = "Apache-2.0"
 authors = [
 authors = [
@@ -108,4 +108,4 @@ asyncio_mode = "auto"
 
 
 [tool.codespell]
 [tool.codespell]
 skip = "docs/*,*.html,examples/*, *.pyi"
 skip = "docs/*,*.html,examples/*, *.pyi"
-ignore-words-list = "te, TreeE"
+ignore-words-list = "te, TreeE"