diff --git a/SECURITY.md b/SECURITY.md index a373fa281..da3c5f045 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ---------- | ------------------ | -| >= 0.1.8 | :white_check_mark: | +| >= 0.1.18 | :white_check_mark: | ## Reporting a Vulnerability diff --git a/pynecone/.templates/web/pynecone.json b/pynecone/.templates/web/pynecone.json index 9a46e1a4c..7a17a2ddf 100644 --- a/pynecone/.templates/web/pynecone.json +++ b/pynecone/.templates/web/pynecone.json @@ -1,3 +1,3 @@ { - "version": "0.1.20" + "version": "0.1.21" } diff --git a/pyproject.toml b/pyproject.toml index 60a7ffab2..705ff516f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynecone" -version = "0.1.20" +version = "0.1.21" description = "Web apps in pure Python." license = "Apache-2.0" authors = [