Skip to content

Commit 076b333

Browse files
committed
Add __version__ to apiclient.
1 parent 0682372 commit 076b333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apiclient/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
from googleapiclient import model
1111
from googleapiclient import sample_tools
1212
from googleapiclient import schema
13+
14+
__version__ = apiclient.__version__

0 commit comments

Comments
 (0)