Skip to content

Commit 2ec878e

Browse files
committed
version 1.20250330.1
1 parent dc8bfe3 commit 2ec878e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

py4web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Massimo Di Pierro <massimo.dipierro@gmail.com>"
44
__license__ = "BSD-3-Clause"
5-
__version__ = "1.20250328.1"
5+
__version__ = "1.20250330.1"
66

77

88
def _maybe_gevent():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package-mode = false
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
py4web = "^1.20250328.1"
10+
py4web = "^1.20250330.1"
1111

1212

1313
[build-system]
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
1616

1717
[project]
1818
name = "py4web"
19-
version = "1.20250328.1"
19+
version = "1.20250330.1"
2020
authors = [{ name="Massimo Di Pierro", email="massimo.dipierro@gmail.com" },]
2121
description = "A fast, stable, comprehensive web framework"
2222
readme = "README.rst"

0 commit comments

Comments
 (0)