v 20170419 (patches a stupid bug from yesterday...)

pull/58/head 20170419
Philippe Guglielmetti 2017-04-19 14:24:13 +02:00
parent 82af7f0aac
commit baddb25df6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = '20170418' __version__ = '20170419'
if __name__ == '__main__': if __name__ == '__main__':
print (__version__) print (__version__)