Skip to content

Commit 00b4723

Browse files
authored
Merge pull request #30 from Jsweb-Tech/fix/jsweb_new_error_fix
Fix : Jsweb New command not working fixed closes #29
2 parents 63f8374 + 64b7b79 commit 00b4723

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jsweb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
from .response import url_for
3030

31-
__VERSION__ = "1.2.0"
31+
__VERSION__ = "1.2.1"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsweb"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "JsWeb - A lightweight and modern Python web framework designed for speed and simplicity."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -89,6 +89,7 @@ jsweb = [
8989
"templates/*.html",
9090
"static/*.css",
9191
"static/*.js",
92+
"static/*.png",
9293

9394
# Project generation templates
9495
"project_templates/*.jinja",

0 commit comments

Comments
 (0)