Skip to content

Commit

Permalink
Bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jun 3, 2023
1 parent e080ddd commit 5b6bd89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
long_description = (here / 'README.md').read_text(encoding='utf-8')

setup(
name='ttconv',
version='1.0.6-beta.1',
name='ttconv',
version='1.0.6',
description='Library for conversion of common timed text formats',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -30,7 +30,7 @@
],
keywords='ttml, timed text, caption, subtitle, imsc, scc, srt, stl, smpte-tt, conversion, vtt, webvtt, 608',

package_dir={'ttconv': 'src/main/python/ttconv'},
package_dir={'ttconv': 'src/main/python/ttconv'},

packages=find_packages(where='src/main/python'),

Expand Down

0 comments on commit 5b6bd89

Please sign in to comment.