Skip to content

Commit 06346ae

Browse files
committed
v0.6.0
1 parent c32ab02 commit 06346ae

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ surfaces = ["py.typed"]
1010

1111
[project]
1212
name = "surfaces"
13-
version = "0.5.1"
13+
version = "0.6.0"
1414
description = "A collection and visualization of black-box objective functions"
1515
readme = "README.md"
16-
requires-python = ">=3.8"
17-
license = {file = "LICENSE"}
16+
requires-python = ">=3.10"
17+
license = "MIT"
1818
keywords = ["visualization", "data-science"]
1919
authors = [
2020
{name = "Simon Blanke", email = "simon.blanke@yahoo.com" }
@@ -24,8 +24,11 @@ maintainers = [
2424
]
2525
classifiers=[
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.8",
28-
"License :: OSI Approved :: MIT License",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
2932
"Operating System :: OS Independent",
3033
"Topic :: Scientific/Engineering :: Information Analysis",
3134
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)