Skip to content

Commit 6ceef5d

Browse files
authored
bump v to 0.3.2 and add more classifiers for PYPI
1 parent 82dd65c commit 6ceef5d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="neuralprophet",
14-
version="0.3.1",
14+
version="0.3.2",
1515
description="Explainable Forecasting at Scale",
1616
author="Oskar Triebe",
1717
author_email="[email protected]",
@@ -35,12 +35,17 @@
3535
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
)

0 commit comments

Comments
 (0)