Bumped the version number to 0.2.2.

This commit is contained in:
Adam Waldenberg 2013-05-20 16:24:16 +02:00
parent 0c0f39f2c9
commit f74eb394b8
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.1"
__version__ = "0.2.2"
def output():
print("gitinspector {0}\n".format(__version__) + __doc__)