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 5050# The short X.Y version.
5151version = '0.6'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.6.4 '
53+ release = '0.6.5 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 44 from distutils .core import setup
55
66setup (name = 'zencoder' ,
7- version = '0.6.4 ' ,
7+ version = '0.6.5 ' ,
88 description = 'Integration library for Zencoder' ,
99 author = 'Alex Schworer' ,
1010
Original file line number Diff line number Diff line change 1818 from django .utils import simplejson
1919 json = simplejson
2020
21- __version__ = '0.6.4 '
21+ __version__ = '0.6.5 '
2222
2323class ZencoderError (Exception ):
2424 pass
You can’t perform that action at this time.
0 commit comments