We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144b81a commit 9ef53edCopy full SHA for 9ef53ed
2 files changed
.vscode/settings.json
@@ -0,0 +1,9 @@
1
+{
2
+ "cSpell.words": [
3
+ "flickr",
4
+ "flickrerrors"
5
+ ],
6
+ "python.linting.flake8Enabled": true,
7
+ "python.linting.enabled": true,
8
+ "editor.formatOnSave": false
9
+}
flickr_api/_version.py
@@ -3,4 +3,4 @@
Allows to define the version number uniquely.
"""
-__version__ = "0.7.4"
+__version__ = "0.7.5"
0 commit comments