Bumped the version number to 0.1.0.

This commit is contained in:
Adam Waldenberg 2012-05-29 03:15:29 +02:00
parent 35dc497e94
commit 12159cd398

View file

@ -27,7 +27,7 @@ Written by Adam Waldenberg."""
from __future__ import print_function
__version__ = "0.0.1"
__version__ = "0.1.0"
def output():
print(__doc__.format(__version__))