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