Skip to content

Commit 3b622e2

Browse files
author
ujinf74
committed
Release v0.3.3
1 parent 4d4e0bf commit 3b622e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/python/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ballistic_solver import BallisticParams, solve, ArcMode
1+
from ballistic_solver import BallisticParams, solve
22

33
res = solve(relPos0=(100,30,5), relVel=(-10,30,0), v0=80.0, kDrag=0.005)
44

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ version = "0.3.2"
1111
requires-python = ">=3.10"
1212
readme = "README.md"
1313
license = "MIT"
14+
description = "Numerical launch-angle solver for moving targets under gravity and quadratic drag."
1415

1516
[tool.scikit-build]
1617
cmake.source-dir = "bindings/python"

0 commit comments

Comments
 (0)