Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
bumping verson to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed Apr 8, 2016
1 parent 05c9d0d commit 38b6491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kwonly_args/__init__.py
Expand Up @@ -16,7 +16,7 @@
# case increase only version_info[2].
# version_info[2]: Increase in case of bugfixes. Also use this if you added new features
# without modifying the behavior of the previously existing ones.
version_info = (1, 0, 4)
version_info = (1, 0, 5)
__version__ = '.'.join(str(n) for n in version_info)
__author__ = 'István Pásztor'
__license__ = 'MIT'
Expand Down

0 comments on commit 38b6491

Please sign in to comment.