From b37b57d7c9c38c3e360ee3d6b76011d4b7ad1582 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 4 Jan 2020 22:36:24 -0800 Subject: [PATCH] Removed pypi upload code --- pycmx/__init__.py | 2 +- pypi_upload.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100755 pypi_upload.sh 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/*