diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index ad79cf8..6b9b689 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -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.0' +__version__ = '0.3.1' __author__ = 'Jamie Hardt' __license__ = 'MIT' \ No newline at end of file diff --git a/pypi_upload.sh b/pypi_upload.sh deleted file mode 100755 index 8bdf195..0000000 --- a/pypi_upload.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/zsh -python3 setup.py build -python3 setup.py sdist bdist_wheel -python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*