Skip to content

Commit e90bc58

Browse files
author
clickingbuttons
authored
add module __version__ (#190)
1 parent 53a968c commit e90bc58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

polygon/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
from .rest import RESTClient
2-
from .rest.base import NoResultsError
2+
from .rest.base import NoResultsError, version
33
from .websocket import WebSocketClient, AuthError
4+
5+
__version__ = version

0 commit comments

Comments
 (0)