Skip to content

Commit

Permalink
version 1.20240528.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed May 29, 2024
1 parent 8f102e8 commit 7cb904b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py4web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Massimo Di Pierro <[email protected]>"
__license__ = "BSD-3-Clause"
__version__ = "1.20240528.1"
__version__ = "1.20240528.2"


def _maybe_gevent():
Expand Down
2 changes: 1 addition & 1 deletion py4web/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ def cli():

@cli.command()
@click.option(
"-a", "--all", is_flag=True, default=False, help="List version of all modules"
"-v", "--verbose", is_flag=True, default=False, help="List version of all modules"
)
def version(verbose=False):
"""Show versions and exit"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py4web"
version = "1.20240528.1"
version = "1.20240528.2"
authors = [{ name="Massimo Di Pierro", email="[email protected]" },]
description = "A fast, stable, comprehensive web framework"
readme = "README.rst"
Expand Down

0 comments on commit 7cb904b

Please sign in to comment.