Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit a3f050a

Browse files
committed
Added some dunder values
1 parent e4b4b15 commit a3f050a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crasync/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
from .core import Client
2+
3+
__version__ = 'v1.1.1'
4+
__title__ = 'crasync'
5+
__license__ = 'MIT'
6+
__author__ = 'verixx'
7+
__github__ = 'https://github.com/grokkers/cr-async'

0 commit comments

Comments
 (0)