Bump + push

This commit is contained in:
Elliot Nunn 2019-05-26 11:36:00 +08:00
parent 8bd552aa96
commit 47b0cb1c38
2 changed files with 6 additions and 1 deletions

View File

@ -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',

5
upload.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
rm -rf dist
python3 setup.py sdist bdist_wheel
twine upload dist/*