Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceYanghy committed Apr 12, 2024
1 parent 9c55536 commit 5b7ac9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
REQUIRES = list()

setup(
name="finrl",
version="0.3.6",
name="FinRL",
version="0.3.7",
include_package_data=True,
author="Hongyang Yang, Xiaoyang Liu, Ming Zhu",
author_email="hy2500@columbia.edu",
url="https://github.com/finrl/finrl-library",
author="AI4Finance Foundation",
author_email="contact@ai4finance.org",
url="https://github.com/AI4Finance-Foundation/FinRL",
license="MIT",
packages=find_packages(),
description="FinRL: Financial Reinforcement Learning Framework.",
long_description="Version 0.3.5 notes: stable version, code refactoring, more tutorials, clear documentation",
# It is developed by `AI4Finance`_. \
# _AI4Finance: https://github.com/AI4Finance-Foundation",
# _AI4Finance: https://ai4finance.org/",
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 5b7ac9c

Please sign in to comment.