diff --git a/pyproject.toml b/pyproject.toml index 26f349a..b2eaa9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rtxpy" -version = "0.0.9" +version = "0.1.0" description = "Ray tracing using CUDA accessible from Python" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" diff --git a/rtxpy/__init__.py b/rtxpy/__init__.py index 74e1cc7..f8f52e4 100644 --- a/rtxpy/__init__.py +++ b/rtxpy/__init__.py @@ -24,7 +24,7 @@ from .analysis import viewshed, hillshade, render, flyover, view from .engine import explore -__version__ = "0.0.9" +__version__ = "0.1.0" # Optional convenience — network helpers with lazy dependency checks try: