Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twisteroidambassador committed Oct 20, 2020
1 parent 8ff3062 commit f1b6c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
#########


Master
v0.3.1
======

Added support for Python 3.8.
Expand Down
4 changes: 3 additions & 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.3.0',
version='0.3.1',
description='Happy eyeballs and underlying scheduling algorithm in asyncio',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand All @@ -21,6 +21,8 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
keywords='happy-eyeballs dual-stack tcp',
project_urls={
Expand Down

0 comments on commit f1b6c24

Please sign in to comment.