Skip to content

Commit dff9e40

Browse files
committed
chore: Update setup with v1.0.0 version and new support
1 parent 784554b commit dff9e40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='unitypackage_extractor',
5-
version='0.5.1',
5+
version='1.0.0',
66
description='Extractor for .unitypackage files',
77
long_description=open('README.md', 'r').read(),
88
long_description_content_type="text/markdown",
@@ -16,6 +16,7 @@
1616
'License :: OSI Approved :: MIT License',
1717
'Programming Language :: Python :: 3.6',
1818
'Programming Language :: Python :: 3.7',
19+
'Programming Language :: Python :: 3.8',
1920
'Topic :: Software Development :: Build Tools',
2021
'Topic :: System :: Filesystems'
2122
],

0 commit comments

Comments
 (0)