Skip to content

Commit

Permalink
bump version & add python 3.12 to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Oct 6, 2023
1 parent 93f9df7 commit 028bd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "KDEpy"
version = "1.1.7"
version = "1.1.8"
dependencies = [
"numpy>=1.14.2,<2.0",
"scipy>=1.0.1,<2.0",
Expand All @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.urls]
Expand Down

0 comments on commit 028bd50

Please sign in to comment.