From 3a94d5288850185ae28157f58027e5fbe95c4b0b Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 6 Nov 2018 07:29:22 +0800 Subject: [PATCH] First production release --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 11f86f8..91b575f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='machfs', - version='0.4dev', + version='1.0', author='Elliot Nunn', author_email='elliotnunn@me.com', description='Library for reading and writing Macintosh HFS volumes', @@ -15,7 +15,6 @@ setup( 'Operating System :: OS Independent', 'License :: OSI Approved :: MIT License', 'Topic :: System :: Filesystems', - 'Development Status :: 3 - Alpha', ], packages=['machfs'], install_requires=['macresources'],