Skip to content

Commit

Permalink
Bump version number to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed May 15, 2020
1 parent b63a476 commit 17ecc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiosasl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# <http://www.gnu.org/licenses/>.
#
########################################################################
version_info = (0, 4, 0, None)
version_info = (0, 4, 1, None)

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

0 comments on commit 17ecc01

Please sign in to comment.