From 0164c4449550b61b4c48a092dcd4f5ce394dbc57 Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Sun, 2 Apr 2023 17:00:27 -0700 Subject: [PATCH] Update to v0.1.21 (#762) --- SECURITY.md | 2 +- pynecone/.templates/web/pynecone.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = [