We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f445a1 commit 7de13f3Copy full SHA for 7de13f3
2 files changed
.travis.yml
@@ -21,6 +21,9 @@ deploy:
21
on:
22
tags: true
23
repo: linuxdaemon/imgurpython
24
+ python:
25
+ - '2.7'
26
+ - '3.6'
27
- provider: pypi
28
user: linuxdaemon
29
password:
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.9.1',
+ version='1.1.10',
15
16
description='Fork of the Official Imgur python library with OAuth2 and samples',
17
long_description='',
0 commit comments