From cc7c6aacec7d241c945d925c3a2473c3917ef4e0 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 23 Jun 2020 13:48:02 +0800 Subject: [PATCH] Bump version to 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53cdd5b..f72534d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='macresources', - version='1.1', + version='1.2', author='Elliot Nunn', author_email='elliotnunn@me.com', description='Library for working with legacy Macintosh resource forks',