diff --git a/pynecone/.templates/web/package.json b/pynecone/.templates/web/package.json index a8f7ab18b..38817fc3d 100644 --- a/pynecone/.templates/web/package.json +++ b/pynecone/.templates/web/package.json @@ -2,7 +2,7 @@ "name": "pynecone", "scripts": { "dev": "next dev", - "export": "next build && next-sitemap && next export -o _static", + "export": "next build && next export -o _static", "prod": "next start" }, "dependencies": { diff --git a/pynecone/.templates/web/pynecone.json b/pynecone/.templates/web/pynecone.json index 7800b188b..eb98579f2 100644 --- a/pynecone/.templates/web/pynecone.json +++ b/pynecone/.templates/web/pynecone.json @@ -1,3 +1,3 @@ { - "version": "0.1.16" + "version": "0.1.18" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 55720fc57..4a79d1970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynecone" -version = "0.1.16" +version = "0.1.18" description = "Web apps in pure Python." license = "Apache-2.0" authors = [