Skip to content

Commit

Permalink
bump to 6.0.0 with a little breaking api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Nov 2, 2021
1 parent 66e268b commit fdb516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiormq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

team_email = "me@mosquito.su"

version_info = (5, 2, 2)
version_info = (6, 0, 0)

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

0 comments on commit fdb516a

Please sign in to comment.