Bumped the version number to 0.2.1.

This commit is contained in:
Adam Waldenberg 2013-05-10 02:10:29 +02:00
parent 65481c013e
commit 99dc2c4735
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Written by Adam Waldenberg."""
from __future__ import print_function
__version__ = "0.2.0"
__version__ = "0.2.1"
def output():
print("gitinspector {0}\n".format(__version__) + __doc__)