Skip to content

Commit 15a5c7b

Browse files
committed
Bumped version for version support revision and bitness change
1 parent dcb641b commit 15a5c7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

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

33
setup(
44
name='unitypackage_extractor',
5-
version='0.4.0',
5+
version='0.5.0',
66
description='Extractor for .unitypackage files',
77
long_description=open('README.md', 'r').read(),
88
long_description_content_type="text/markdown",
@@ -14,7 +14,8 @@
1414
'Development Status :: 5 - Production/Stable',
1515
'Intended Audience :: Developers',
1616
'License :: OSI Approved :: MIT License',
17-
'Programming Language :: Python :: 3',
17+
'Programming Language :: Python :: 3.6',
18+
'Programming Language :: Python :: 3.7',
1819
'Topic :: Software Development :: Build Tools',
1920
'Topic :: System :: Filesystems'
2021
],

0 commit comments

Comments
 (0)