diff --git a/jsweb/__init__.py b/jsweb/__init__.py index aefef58..cc74143 100644 --- a/jsweb/__init__.py +++ b/jsweb/__init__.py @@ -28,4 +28,4 @@ from .response import url_for -__VERSION__ = "1.2.0" +__VERSION__ = "1.2.1" diff --git a/pyproject.toml b/pyproject.toml index 612d33c..0272c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsweb" -version = "1.2.0" +version = "1.2.1" description = "JsWeb - A lightweight and modern Python web framework designed for speed and simplicity." readme = "README.md" requires-python = ">=3.8" @@ -89,6 +89,7 @@ jsweb = [ "templates/*.html", "static/*.css", "static/*.js", + "static/*.png", # Project generation templates "project_templates/*.jinja",