Skip to content

Commit d1fa02d

Browse files
Update setup.py
1 parent 7b12597 commit d1fa02d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="FinRL",
22-
version="0.3.7",
22+
version="0.3.8",
2323
include_package_data=True,
2424
author="AI4Finance Foundation",
2525
author_email="[email protected]",
@@ -41,6 +41,7 @@
4141
"Programming Language :: Python :: 3.9",
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
44+
"Programming Language :: Python :: 3.12",
4445
"Programming Language :: Python :: Implementation :: CPython",
4546
"Programming Language :: Python :: Implementation :: PyPy",
4647
],

0 commit comments

Comments
 (0)