Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Although no code changes are made, the version has to be incremented in order to update the information on PyPI.
  • Loading branch information
twisteroidambassador committed Sep 2, 2024
1 parent 6fabd9b commit 82d0c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 82d0c9e

Please sign in to comment.