Skip to content

Commit 85f4cf4

Browse files
committed
Bump Version to 0.4.3
1 parent 50777a0 commit 85f4cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from client import Embedly
22

3-
__version__ = '0.4.2'
3+
__version__ = '0.4.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name = 'Embedly',
21-
version = '0.4.2',
21+
version = '0.4.3',
2222
author = 'Embed.ly, Inc.',
2323
author_email = 'support@embed.ly',
2424
description = 'Python Library for Embedly',

0 commit comments

Comments
 (0)