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: