Skip to content

Commit

Permalink
1.6 version bump (#81)
Browse files Browse the repository at this point in the history
* 1.6 version bump

* Drop python 3.7 support
  • Loading branch information
trangevi authored Jul 21, 2023
1 parent 1b61b1b commit 9c62fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup
from setuptools import find_packages

VERSION = '1.5.1'
VERSION = '1.6'

NAME = 'inference-schema'

Expand All @@ -30,7 +30,6 @@
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 9c62fb5

Please sign in to comment.