diff --git a/setup.py b/setup.py index ec72fcd..fbc3be9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, Extension setup_args = dict( name='tbxi', - version='0.3', + version='0.4', author='Elliot Nunn', author_email='elliotnunn@fastmail.com', description='Tools to compile and inspect Macintosh ROM images',