From 47b0cb1c38db0776c35eb5001719dd643faf8a6e Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 26 May 2019 11:36:00 +0800 Subject: [PATCH] Bump + push --- setup.py | 2 +- upload.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 upload.sh diff --git a/setup.py b/setup.py index ea623ae..e044dbe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, Extension setup_args = dict( name='tbxi', - version='0.1', + version='0.2', author='Elliot Nunn', author_email='elliotnunn@fastmail.com', description='Tools to compile and inspect Macintosh ROM images', diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..a918fc5 --- /dev/null +++ b/upload.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +rm -rf dist +python3 setup.py sdist bdist_wheel +twine upload dist/*