We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50777a0 commit 85f4cf4Copy full SHA for 85f4cf4
embedly/__init__.py
@@ -1,3 +1,3 @@
1
from client import Embedly
2
3
-__version__ = '0.4.2'
+__version__ = '0.4.3'
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name = 'Embedly',
21
- version = '0.4.2',
+ version = '0.4.3',
22
author = 'Embed.ly, Inc.',
23
author_email = 'support@embed.ly',
24
description = 'Python Library for Embedly',
0 commit comments