Merge branch master into release

This commit is contained in:
Jamie Hardt
2018-12-28 23:08:22 -08:00
parent fbf55ec2e6
commit 16e8754a7b
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ copy and reuse this software, refer to the LICENSE file included with the
distribution.
"""
__version__ = '0.7'
__version__ = '0.8'
__author__ = 'Jamie Hardt'
from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit

View File

@@ -92,7 +92,7 @@ class ChannelMap:
if matchresult:
self.set_audio_channel(int( matchresult.group(1)), True )
def _append_sxt(self, audio_ext):
def _append_ext(self, audio_ext):
self.a3 = ext.audio3
self.a4 = ext.audio4

View File

@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='pycmx',
version='0.7',
version='0.8',
author='Jamie Hardt',
author_email='jamiehardt@me.com',
description='CMX 3600 Edit Decision List Parser',