diff --git a/README.md b/README.md index 00bfc66..c09347f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ | name | description | | :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Version | 2.3.1 | -| Date: | 2024-11-23 | +| Version | 2.3.2 | +| Date: | 2024-11-24 | | Source | | | PyPI | | | Tests | | diff --git a/pypiserver/__init__.py b/pypiserver/__init__.py index 326a13f..67091bc 100644 --- a/pypiserver/__init__.py +++ b/pypiserver/__init__.py @@ -7,9 +7,9 @@ import typing as t from pypiserver.bottle import Bottle from pypiserver.config import Config, RunConfig, strtobool -version = __version__ = "2.3.1" +version = __version__ = "2.3.2" __version_info__ = tuple(_re.split("[.-]", __version__)) -__updated__ = "2024-11-23 22:13:37" +__updated__ = "2024-11-24 22:33:04" __title__ = "pypiserver" __summary__ = "A minimal PyPI server for use with pip/easy_install."