api: Increase the version from 0.2.5 to 0.3.0.

This commit is contained in:
Eeshan Garg 2017-05-29 22:59:50 -02:30 committed by Tim Abbott
parent 7f81f6b7e5
commit 2063e5b3c4

View file

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