api: Increase the version from 0.2.5 to 0.3.0.
This commit is contained in:
parent
7f81f6b7e5
commit
2063e5b3c4
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue