Merge pull request #108 from nyanp/release/0.1.6

v0.1.6
pull/113/head v0.1.6
nyanp 2023-07-12 22:46:17 +09:00 committed by GitHub
commit d031ae88f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
]
)