File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
# The short X.Y version.
51
51
version = '0.6'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.6.4 '
53
+ release = '0.6.5 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
from distutils .core import setup
5
5
6
6
setup (name = 'zencoder' ,
7
- version = '0.6.4 ' ,
7
+ version = '0.6.5 ' ,
8
8
description = 'Integration library for Zencoder' ,
9
9
author = 'Alex Schworer' ,
10
10
author_email = 'alex.schworer@gmail.com' ,
Original file line number Diff line number Diff line change 18
18
from django .utils import simplejson
19
19
json = simplejson
20
20
21
- __version__ = '0.6.4 '
21
+ __version__ = '0.6.5 '
22
22
23
23
class ZencoderError (Exception ):
24
24
pass
You can’t perform that action at this time.
0 commit comments