We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a67a0d commit 3d2d286Copy full SHA for 3d2d286
.travis.yml
@@ -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
@@ -11,7 +11,7 @@
11
# Versions should comply with PEP440. For a discussion on single-sourcing
12
# the version across setup.py and the project code, see
13
# http://packaging.python.org/en/latest/tutorial.html#version
14
- version='1.1.6',
+ version='1.1.7',
15
16
description='Official Imgur python library with OAuth2 and samples',
17
long_description='',
0 commit comments