We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46523e commit 6dcc287Copy full SHA for 6dcc287
setup.py
@@ -4,7 +4,7 @@
4
from distutils.core import setup
5
6
setup(name='zencoder',
7
- version='0.5.2',
+ version='0.6.3',
8
description='Integration library for Zencoder',
9
author='Alex Schworer',
10
author_email='[email protected]',
zencoder/core.py
@@ -18,7 +18,7 @@
18
from django.utils import simplejson
19
json = simplejson
20
21
-__version__ = '0.5.2'
+__version__ = '0.6.3'
22
23
class ZencoderError(Exception):
24
pass
0 commit comments