From dff9e40c09b7dd05ab4567ba2a07cd82d3795b7c Mon Sep 17 00:00:00 2001 From: Cobertos / Peter Date: Sun, 17 May 2020 01:23:01 -0400 Subject: [PATCH] chore: Update setup with v1.0.0 version and new support --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d270ac1..951cf1c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='unitypackage_extractor', - version='0.5.1', + version='1.0.0', description='Extractor for .unitypackage files', long_description=open('README.md', 'r').read(), long_description_content_type="text/markdown", @@ -16,6 +16,7 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Build Tools', 'Topic :: System :: Filesystems' ],