Skip to content

Commit cc44afd

Browse files
author
Sara Safavi
committed
Put api.__version__ back in after version shuffle
1 parent 7dc38b1 commit cc44afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

planet/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from .client import (ClientV1)
1919
from .utils import write_to_file
2020
from . import filters
21+
from .__version__ import __version__ # NOQA
2122

2223
__all__ = [
2324
ClientV1, APIException, BadQuery, InvalidAPIKey,

0 commit comments

Comments
 (0)