Skip to content

Commit 6b95f73

Browse files
authored
Merge pull request #123 from planetlabs/pep396-fix
Put api.__version__ back in after version shuffle
2 parents c122718 + cc44afd commit 6b95f73

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)