Skip to content

Commit f40924a

Browse files
committed
Bump version + add more python classifiers
1 parent 1d04e56 commit f40924a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '1.0.4'
3+
VERSION = '1.0.5'
44

55
setup(
66
name='PyWavefront',
@@ -24,6 +24,10 @@
2424
'Natural Language :: English',
2525
'Programming Language :: Python',
2626
'Programming Language :: Python :: 3',
27+
'Programming Language :: Python :: 3.4',
28+
'Programming Language :: Python :: 3.5',
29+
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.7',
2731
'Topic :: Multimedia :: Graphics :: 3D Rendering',
2832
'Topic :: Software Development :: Libraries :: Python Modules',
2933
],

0 commit comments

Comments
 (0)