File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,18 @@ authors = [
3131]
3232classifiers = [
3333 " License :: OSI Approved :: MIT License" ,
34+ " Intended Audience :: Science/Research" ,
35+ " Intended Audience :: Developers" ,
36+ " Intended Audience :: Education" ,
3437 " Programming Language :: Python :: 3.7" ,
3538 " Programming Language :: Python :: 3.8" ,
3639 " Programming Language :: Python :: 3.9" ,
3740 " Programming Language :: Python :: 3.10" ,
3841 " Programming Language :: Python :: 3.11" ,
42+ " Development Status :: 5 - Production/Stable" ,
43+ " Operating System :: Microsoft :: Windows" ,
44+ " Operating System :: MacOS" ,
45+ " Operating System :: Unix" ,
3946 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
4047 " Topic :: Software Development :: Libraries" ,
4148 " Topic :: Education" ,
Original file line number Diff line number Diff line change 77# Follows Semantic Versioning 2.0.0
88# https://semver.org/
99# Append '-dev' to a version for development versions
10- __version__ = "0 .0.13 "
10+ __version__ = "1 .0.0 "
You can’t perform that action at this time.
0 commit comments