Version bump.

This commit is contained in:
Andris Raugulis 2015-12-30 13:09:42 +02:00
parent 92e6aabcc8
commit 716b6acaaa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SOCK_READ_TIMEOUT = 5.0
def usage():
p = os.path.basename(sys.argv[0])
out.head('# {0} v1.0.20151223, moo@arthepsy.eu'.format(p))
out.head('# {0} v1.0.20151230, moo@arthepsy.eu'.format(p))
out.info('\nusage: {} [-nv] host[:port]\n'.format(p))
out.info(' -v verbose')
out.info(' -n disable colors' + os.linesep)