3 Commits

Author SHA1 Message Date
Jamie Hardt
22edecdbbf Update __init__.py
Ver 0.3.3
2020-01-04 23:15:51 -08:00
Jamie Hardt
7c8a74aed9 Merge branch 'master' of https://github.com/iluvcapra/ptulsconv 2020-01-04 23:13:18 -08:00
Jamie Hardt
96a4cdb612 Added py3.8 to tests 2020-01-04 23:10:55 -08:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
language: python
python:
- "3.7"
- "3.8
script:
- "python -m unittest discover tests"
install:

View File

@@ -2,6 +2,6 @@ from .ptuls_grammar import protools_text_export_grammar
from .ptuls_parser_visitor import DictionaryParserVisitor
from .transformations import TimecodeInterpreter
__version__ = '0.3.1'
__version__ = '0.3.3'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'

View File

@@ -24,6 +24,7 @@ setup(name='ptulsconv',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 4 - Beta",
"Topic :: Text Processing :: Filters",
"Topic :: Text Processing :: Markup :: XML"],