From 8918d7fab921319f8ebd89550f425f33238d33b3 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 11 Jun 2019 16:15:00 +0800 Subject: [PATCH] Bump + push --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',