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