mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Bumped the version number to 0.2.0.
This commit is contained in:
parent
1a429309df
commit
fd4ea02fa8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Written by Adam Waldenberg."""
|
|||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.2.0"
|
||||
|
||||
def output():
|
||||
print("gitinspector {0}\n".format(__version__) + __doc__)
|
||||
|
|
Loading…
Reference in a new issue