diff --git a/docs/conf.py b/docs/conf.py index 2ec3b3a..138c193 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.4' +release = '0.6.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3d57fdb..72a075b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup(name='zencoder', - version='0.6.4', + version='0.6.5', description='Integration library for Zencoder', author='Alex Schworer', author_email='alex.schworer@gmail.com', diff --git a/zencoder/core.py b/zencoder/core.py index 4d14550..1220446 100644 --- a/zencoder/core.py +++ b/zencoder/core.py @@ -18,7 +18,7 @@ from django.utils import simplejson json = simplejson -__version__ = '0.6.4' +__version__ = '0.6.5' class ZencoderError(Exception): pass