File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "neuralprophet" ,
14- version = "0.3.1 " ,
14+ version = "0.3.2 " ,
1515 description = "Explainable Forecasting at Scale" ,
1616 author = "Oskar Triebe" ,
17173535 long_description_content_type = "text/markdown" ,
3636 include_package_data = True ,
3737 classifiers = [
38+ "Development Status :: 4 - Beta" ,
39+ "License :: OSI Approved :: MIT License" ,
3840 "Programming Language :: Python :: 3" ,
3941 "Programming Language :: Python :: 3.6" ,
4042 "Programming Language :: Python :: 3.7" ,
4143 "Programming Language :: Python :: 3.8" ,
4244 "Programming Language :: Python :: 3.9" ,
43- "License :: OSI Approved :: MIT License " ,
45+ "Natural Language :: English " ,
4446 "Operating System :: OS Independent" ,
47+ "Operating System :: POSIX :: Linux"
48+ "Operating System :: MacOS :: MacOS X" ,
49+ "Operating System :: Microsoft :: Windows" ,
4550 ],
4651)
You can’t perform that action at this time.
0 commit comments