Skip to content

Commit

Permalink
Bump ttconv and bump to 1.1.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Sep 2, 2023
1 parent e779022 commit 1195255
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
pylint = "*"

[packages]
ttconv = "1.0.8-a1"
ttconv = "1.0.8-a2"

[requires]
python_version = "3.8"
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='imschrm',
version='1.1.0b4',
version='1.1.0b5',
description='Validates IMSC documents against the IMSC HRM',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -16,7 +16,7 @@
'Bug Reports': 'https://github.com/sandflow/imscHRM/issues',
'Source': 'https://github.com/sandflow/imscHRM',
},
install_requires = ["ttconv>=1.0.1"],
install_requires = ["ttconv>=1.0.8-a2"],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 1195255

Please sign in to comment.