Skip to content

Commit 4fe4aa2

Browse files
bump version
1 parent bdda977 commit 4fe4aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flickrapi/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313
from __future__ import unicode_literals
1414

15-
# Copyright (c) 2007-2017 by the respective coders, see
15+
# Copyright (c) 2007-2018 by the respective coders, see
1616
# http://stuvel.eu/flickrapi
1717
#
1818
# This code is subject to the Python licence, as can be read on
@@ -50,7 +50,7 @@
5050
from flickrapi.tokencache import (OAuthTokenCache, TokenCache, SimpleTokenCache, # noqa: F401
5151
LockingTokenCache)
5252

53-
__version__ = '2.3.2'
53+
__version__ = '2.4.0'
5454
__all__ = ('FlickrAPI', 'IllegalArgumentException', 'FlickrError',
5555
'CancelUpload', 'LockingError', 'XMLNode', 'set_log_level', '__version__',
5656
'SimpleCache', 'TokenCache', 'SimpleTokenCache', 'LockingTokenCache')

0 commit comments

Comments
 (0)