mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Bumped the version number to 0.2.2.
This commit is contained in:
parent
0c0f39f2c9
commit
f74eb394b8
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Reference in a new issue