diff --git a/README.md b/README.md index d8abc75..ce42d58 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ | name | description | | :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Version | 2.0.1 | -| Date: | 2023-10-01 | +| Version | 2.1.0 | +| Date: | 2024-04-24 | | Source | | | PyPI | | | Tests | | diff --git a/pypiserver/__init__.py b/pypiserver/__init__.py index dabdb1f..a647020 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.0.1" +version = __version__ = "2.1.0" __version_info__ = tuple(_re.split("[.-]", __version__)) -__updated__ = "2023-10-01 16:14:10" +__updated__ = "2024-04-24 18:30:23" __title__ = "pypiserver" __summary__ = "A minimal PyPI server for use with pip/easy_install."