Removed pypi upload code

This commit is contained in:
Jamie Hardt
2020-01-04 22:36:24 -08:00
parent a9937683e5
commit b37b57d7c9
2 changed files with 1 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__ = '1.1.0'
__version__ = '1.1.1'
__author__ = 'Jamie Hardt'
from .parse_cmx_events import parse_cmx3600

View File

@@ -1,2 +0,0 @@
#!/bin/bash
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*