Skip to content

Commit

Permalink
bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Aug 31, 2021
1 parent dbd7a36 commit 092f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_s3_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

team_email = "[email protected]"

version_info = (0, 4, 0)
version_info = (0, 5, 0)

__author__ = ", ".join("{} <{}>".format(*info) for info in author_info)
__version__ = ".".join(map(str, version_info))

0 comments on commit 092f47a

Please sign in to comment.