Skip to content

Commit 6dcc287

Browse files
author
Alex Schworer
committed
bump version to 0.6.3
1 parent a46523e commit 6dcc287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(name='zencoder',
7-
version='0.5.2',
7+
version='0.6.3',
88
description='Integration library for Zencoder',
99
author='Alex Schworer',
1010
author_email='[email protected]',

zencoder/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from django.utils import simplejson
1919
json = simplejson
2020

21-
__version__ = '0.5.2'
21+
__version__ = '0.6.3'
2222

2323
class ZencoderError(Exception):
2424
pass

0 commit comments

Comments
 (0)