Update to v0.1.21 (#762)

This commit is contained in:
Nikhil Rao 2023-04-02 17:00:27 -07:00 committed by GitHub
parent 50cdfac24c
commit 0164c44495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
| Version | Supported | | Version | Supported |
| ---------- | ------------------ | | ---------- | ------------------ |
| >= 0.1.8 | :white_check_mark: | | >= 0.1.18 | :white_check_mark: |
## Reporting a Vulnerability ## Reporting a Vulnerability

View File

@ -1,3 +1,3 @@
{ {
"version": "0.1.20" "version": "0.1.21"
} }

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pynecone" name = "pynecone"
version = "0.1.20" version = "0.1.21"
description = "Web apps in pure Python." description = "Web apps in pure Python."
license = "Apache-2.0" license = "Apache-2.0"
authors = [ authors = [