Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SUKI-O committed Jul 14, 2024
1 parent 20a46ed commit dc638eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ requires = [

[project]
name = "treeple"
version = "0.9.0dev0"
version = "0.9.0"
description = "Modern decision trees in Python"
maintainers = [
{name = "Neurodata", email = "adam.li@columbia.edu"}
]
documentation = "https://treeple.neurodata.io"
documentation = "https://treeple.ai"
repository = "https://github.com/neurodata/treeple"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
'Development Status :: 4 - Beta',
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"License :: Free for non-commercial use",
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit dc638eb

Please sign in to comment.