Updated revision date.

This commit is contained in:
Cédric Bonhomme 2019-05-31 22:30:14 +02:00
parent 0e18b2f95a
commit 1704aec690
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.6 $"
__version__ = "$Revision: 0.7 $"
__date__ = "$Date: 2016/03/13 $"
__revision__ = "$Date: 2018/12/18 $"
__revision__ = "$Date: 2019/05/31 $"
__license__ = "GPLv3"
from typing import IO, Iterator, Union