diff --git a/pycmx/__init__.py b/pycmx/__init__.py index 4b6c157..387b58d 100644 --- a/pycmx/__init__.py +++ b/pycmx/__init__.py @@ -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 diff --git a/pypi_upload.sh b/pypi_upload.sh deleted file mode 100755 index 21ed0a3..0000000 --- a/pypi_upload.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*