Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Bump version number to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Jul 8, 2019
1 parent 1275cb0 commit 04ed4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioxmpp/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
########################################################################

version_info = (0, 10, 3, None)
version_info = (0, 10, 4, None)

__version__ = ".".join(map(str, version_info[:3])) + ("-"+version_info[3] if
version_info[3] else "")
Expand Down

0 comments on commit 04ed4b1

Please sign in to comment.