Skip to content

Commit

Permalink
Bump version number to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Apr 10, 2020
1 parent 059c5e8 commit e4642ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioopenssl/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 5, 0, "a0")
version_info = (0, 5, 0, None)

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

0 comments on commit e4642ec

Please sign in to comment.