Skip to content

Commit 9c62fb5

Browse files
authored
1.6 version bump (#81)
* 1.6 version bump * Drop python 3.7 support
1 parent 1b61b1b commit 9c62fb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 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.5.1'
9+
VERSION = '1.6'
1010

1111
NAME = 'inference-schema'
1212

@@ -30,7 +30,6 @@
3030
'Intended Audience :: Developers',
3131
'Intended Audience :: System Administrators',
3232
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.7',
3433
'Programming Language :: Python :: 3.8',
3534
'Programming Language :: Python :: 3.9',
3635
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)