We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e73ab commit 0117f7dCopy full SHA for 0117f7d
setup.py
@@ -6,7 +6,7 @@ def readme():
6
return f.read()
7
8
setup(name='flickr_download',
9
- version='0.2.1',
+ version='0.2.2',
10
description='Download a Flickr set',
11
long_description=readme(),
12
url='https://github.com/beaufour/flickr-download.git',
@@ -15,7 +15,7 @@ def readme():
15
license='MIT',
16
packages=['flickr_download'],
17
install_requires=[
18
- 'flickr_api',
+ 'flickr_api==0.5',
19
'python-dateutil == 1.5',
20
'PyYAML==3.11',
21
],
0 commit comments