From a2b1ce9e35d5edd0f4bbfaa29a820e2057ec9e95 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 19 Jan 2020 14:52:53 +0800 Subject: [PATCH] Bump version to 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df557dd..5d5491d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='macresources', - version='1.0', + version='1.1', author='Elliot Nunn', author_email='elliotnunn@me.com', description='Library for working with legacy Macintosh resource forks',