Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarunek committed Oct 22, 2021
1 parent ff73304 commit 682a691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name='aiounittest',
packages=['aiounittest'],
version='1.4.0',
version='1.4.1',
author='Krzysztof Warunek',
author_email='krzysztof@warunek.net',
description='Test asyncio code more easily.',
Expand All @@ -26,5 +26,8 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
]
)

0 comments on commit 682a691

Please sign in to comment.