Skip to content

Commit 64b7b79

Browse files
committed
Release : Version changed for release v1.2.1
1 parent 50f550d commit 64b7b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 1 addition & 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"

0 commit comments

Comments
 (0)