Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit d528e99

Browse files
committed
Add initial version
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent c15d9fd commit d528e99

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bintray/bintray.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
from requests.auth import HTTPBasicAuth
1111

1212

13+
__version__ = "0.1.0"
14+
__author__ = "Uilian Ries <uilianries@gmail.com>"
15+
__license__ = "MIT"
16+
17+
1318
class Bintray(object):
1419
""" Python Wrapper for Bintray API
1520

0 commit comments

Comments
 (0)