pull/108/head
nyanp 2023-07-12 13:32:11 +00:00
parent 4d592d1e65
commit 06844968ef
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'

View File

@ -55,6 +55,9 @@ setup(
keywords='nyaggle kaggle',
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
]
)