From 3c1cce155bf446eafb0dfc90bcd449f24516fcd4 Mon Sep 17 00:00:00 2001 From: Brendan Collins Date: Mon, 23 Feb 2026 07:53:24 -0800 Subject: [PATCH] bump version to 0.0.9 --- conda-recipe/meta.yaml | 2 +- pyproject.toml | 2 +- rtxpy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index ce511e9..1bb85e1 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "rtxpy" %} -{% set version = "0.0.8" %} +{% set version = "0.0.9" %} package: name: {{ name|lower }} diff --git a/pyproject.toml b/pyproject.toml index 8a2c8cc..26f349a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rtxpy" -version = "0.0.8" +version = "0.0.9" 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 5dbe188..9983d99 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.8" +__version__ = "0.0.9" # Optional convenience — network helpers with lazy dependency checks try: