pypi: Release version 0.5.5.

This commit is contained in:
Eeshan Garg 2018-09-25 22:36:57 -02:30
parent 6e443b6d23
commit 09deda9466
4 changed files with 10 additions and 3 deletions

View file

@ -42,7 +42,7 @@ import logging
import six
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
__version__ = "0.5.4"
__version__ = "0.5.5"
logger = logging.getLogger(__name__)