From cbcc22451f8c1ee78f41651e72e461c181844774 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Mon, 26 Aug 2024 18:58:02 -0700 Subject: [PATCH] version 1.20240826.1 --- py4web/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py4web/__init__.py b/py4web/__init__.py index 6c28182e..5a45b9a5 100644 --- a/py4web/__init__.py +++ b/py4web/__init__.py @@ -2,7 +2,7 @@ __author__ = "Massimo Di Pierro " __license__ = "BSD-3-Clause" -__version__ = "1.20240817.1" +__version__ = "1.20240826.1" def _maybe_gevent(): diff --git a/pyproject.toml b/pyproject.toml index 08ebd05c..1aa55061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py4web" -version = "1.20240817.1" +version = "1.20240826.1" authors = [{ name="Massimo Di Pierro", email="massimo.dipierro@gmail.com" },] description = "A fast, stable, comprehensive web framework" readme = "README.rst"