Skip to content

Commit 0270fc4

Browse files
authored
Version bump (#75)
1 parent 947cbb9 commit 0270fc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77
from setuptools import find_packages
88

9-
VERSION = '1.4.2.1'
9+
VERSION = '1.5'
1010

1111
NAME = 'inference-schema'
1212

@@ -30,9 +30,10 @@
3030
'Intended Audience :: Developers',
3131
'Intended Audience :: System Administrators',
3232
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.6',
3433
'Programming Language :: Python :: 3.7',
35-
'Programming Language :: Python :: 3.8'
34+
'Programming Language :: Python :: 3.8',
35+
'Programming Language :: Python :: 3.9',
36+
'Programming Language :: Python :: 3.10',
3637
]
3738

3839
with io.open('LICENSE.txt', 'r', encoding='utf-8') as f:

0 commit comments

Comments
 (0)