diff --git a/py4web/__init__.py b/py4web/__init__.py index 38dfc3c89..30504088b 100644 --- a/py4web/__init__.py +++ b/py4web/__init__.py @@ -2,7 +2,7 @@ __author__ = "Massimo Di Pierro " __license__ = "BSD-3-Clause" -__version__ = "1.20231029.1" +__version__ = "1.20231029.2" def _maybe_gevent(): diff --git a/pyproject.toml b/pyproject.toml index 5898b7994..3f3d711ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "py4web" -version = "1.20231029.1" +version = "1.20231029.2" authors = [{ name="Massimo Di Pierro", email="massimo.dipierro@gmail.com" },] description = "A fast, stable, comprehensive web framework" readme = "README.rst"