Browse Source

Bump to v0.2.8 (#1855)

Nikhil Rao 1 year ago
parent
commit
582da1ecb2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pyproject.toml

+ 4 - 1
pyproject.toml

@@ -1,11 +1,14 @@
 [tool.poetry]
 name = "reflex"
-version = "0.2.7"
+version = "0.2.8"
 description = "Web apps in pure Python."
 license = "Apache-2.0"
 authors = [
     "Nikhil Rao <nikhil@reflex.dev>",
     "Alek Petuskey <alek@reflex.dev>",
+    "Masen Furer <masen@reflex.dev>",
+    "Elijah Ahianyo <elijah@reflex.dev>",
+    "Thomas Brandého <thomas@reflex.dev>",
 ]
 readme = "README.md"
 homepage = "https://reflex.dev"