From 09c09f52bcd0e6517559f19b06f3de93c9f7f19c Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 2 Jun 2019 10:36:48 +0800 Subject: [PATCH] Bump + push --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e044dbe..ec72fcd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, Extension setup_args = dict( name='tbxi', - version='0.2', + version='0.3', author='Elliot Nunn', author_email='elliotnunn@fastmail.com', description='Tools to compile and inspect Macintosh ROM images',