mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Bumped the version number to 0.1.0.
This commit is contained in:
parent
35dc497e94
commit
12159cd398
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Written by Adam Waldenberg."""
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.1.0"
|
||||||
|
|
||||||
def output():
|
def output():
|
||||||
print(__doc__.format(__version__))
|
print(__doc__.format(__version__))
|
||||||
|
|
Loading…
Reference in a new issue