From 82d0c9ee4e23f5038ba184ef6e96e7d922691fef Mon Sep 17 00:00:00 2001 From: twisteroid ambassador Date: Mon, 2 Sep 2024 20:11:37 +0800 Subject: [PATCH] Bump version. Although no code changes are made, the version has to be incremented in order to update the information on PyPI. --- docs/changelog.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 04c77e9..741a9d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,9 @@ and :func:`~async_stagger.aitertools.anext` from :mod:`~async_stagger.aitertools` because they are now built-in. +v0.4.0.post1 includes no code changes. +Only changes to the documentation and metadata are made. + v0.3.1 ====== diff --git a/setup.py b/setup.py index c610bf2..e87975c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='async_stagger', - version='0.4.0', + version='0.4.0.post1', description='Happy eyeballs and underlying scheduling algorithm in asyncio', long_description=long_description, long_description_content_type='text/x-rst',