File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,12 @@ install:
12
12
- " pip install ."
13
13
- " pip install nose"
14
14
script : nosetests
15
+
16
+ deploy :
17
+ provider : pypi
18
+ user : python273_travisci
19
+ password :
20
+ secure : KpZEfHMu+S80HaC1OQoYmeqWx/4oPIMaOvNOFV0RvJShVCUaXWnQx5AU0w7wJkc/E9d7VFxPm/gxcs5IGVokoHUyZ5Tal0HuTZWTo3CDZYQKErO11zGMHIMZ6eGZr48Kjy1PlBrD4Al3aC1nZH3A0fZobyyGEM+8lPqiW+7R3+Y40OHbqdBsNNnHwq3yF09m6lqr3dnIyvHYkQ4bMKWgcZC3/QUMZvRJ/xAU/udwukUZCIqRbE+iYIbgv5rl6NHvYbZ0q+iVpmHSRPNMuu1c2deAM7aAceW3tV6S++p1fv8kpDZU2LnKe7Wl1Fcm/OOpMWOa3grFK+7JxsREaQz/w70+n4DY0/ywfVbexpHM1UrT9xODY61SsJmwimURdBesmDXS5AR0oi0WhuUtq7WhSABPTDp+XpIkNhuFEPtPnWtvnplGe3Q6rIyMjUZw6HReepHHw9qkkeeI8JdYe/Ok2+7GCpWE75NdE06XLVxvyFZRjQPTPDtR6uwyZX2hu29AHOlDbUZOF8ZLtZ6tv7rt3kTBfRJRjZk7nt2dCc724ovVE3FgDeeESg7esGgLJk1AyYthTIGz91ddg7LPij4+z0xHoOwGklPjKBcs0mJaD6Xe5t/nAvbXjBFuKT15VdhJCVgq+6Tqh107e2VMHHQcJrNr7D2XuqzgPnVtkyHOUq0=
21
+ on :
22
+ tags : true
23
+ branch : master
Original file line number Diff line number Diff line change 14
14
except ImportError :
15
15
from distutils .core import setup
16
16
17
- version = '1.3.0 '
17
+ version = '1.3.1 '
18
18
19
19
20
20
with open ('README.md' ) as f :
Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
__author__ = 'python273'
12
- __version__ = '1.3.0 '
12
+ __version__ = '1.3.1 '
13
13
14
14
from .api import Telegraph , TelegraphException
15
15
from .upload import upload_file
You can’t perform that action at this time.
0 commit comments