Skip to content

Commit aa798af

Browse files
committed
numpy_turtle 0.3
1 parent fe29b41 commit aa798af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "numpy_turtle"
7-
version = "0.3.dev0"
7+
version = "0.3"
88
description = "Turtle graphics with NumPy"
99
authors = [{name = "Joren Hammudoglu", email = "[email protected]"}]
1010
license = "MIT"
@@ -13,8 +13,6 @@ classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"License :: OSI Approved :: MIT License",
1515
"Operating System :: OS Independent",
16-
"Programming Language :: Python :: 3.9",
17-
"Programming Language :: Python :: 3.10",
1816
"Programming Language :: Python :: 3.11",
1917
"Programming Language :: Python :: 3.12",
2018
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)