From b4d41d284789fe671be85d8decf80bd306e6a3d5 Mon Sep 17 00:00:00 2001 From: Brendan Collins Date: Fri, 27 Feb 2026 13:14:12 -0800 Subject: [PATCH] Bump version to 0.1.0 --- pyproject.toml | 2 +- rtxpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: