Skip to content

Commit 3d2d286

Browse files
committed
Add TravisYML
1 parent 1a67a0d commit 3d2d286

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
deploy:
3+
provider: pypi
4+
user: imgurops
5+
password:
6+
secure: DBBXzMOm037T4XUmfo0Gu9mAytw2DCYJT8i0KgihKYxS+uslF+dwHf2clBEWDLUE0xkXhqXetq+sNgfshovGKIqZanASYZ/6Zf5ikg10ApgaBidObv2XMYNyuQxL8Gqv9l2tdlWqdUoOJzRBMV2Nh0B3BJ9hG7V5NFMDcfG/qyo=
7+
on:
8+
tags: true
9+
repo: Imgur/imgurpython

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Versions should comply with PEP440. For a discussion on single-sourcing
1212
# the version across setup.py and the project code, see
1313
# http://packaging.python.org/en/latest/tutorial.html#version
14-
version='1.1.6',
14+
version='1.1.7',
1515

1616
description='Official Imgur python library with OAuth2 and samples',
1717
long_description='',

0 commit comments

Comments
 (0)