We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61b1b commit 9c62fb5Copy full SHA for 9c62fb5
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup
7
from setuptools import find_packages
8
9
-VERSION = '1.5.1'
+VERSION = '1.6'
10
11
NAME = 'inference-schema'
12
@@ -30,7 +30,6 @@
30
'Intended Audience :: Developers',
31
'Intended Audience :: System Administrators',
32
'Programming Language :: Python :: 3',
33
- 'Programming Language :: Python :: 3.7',
34
'Programming Language :: Python :: 3.8',
35
'Programming Language :: Python :: 3.9',
36
'Programming Language :: Python :: 3.10',
0 commit comments