Skip to content

Commit 24f5e6f

Browse files
authored
Merge pull request #53 from makepath/release/0.0.9
bump version to 0.0.9
2 parents f9b0a17 + 3c1cce1 commit 24f5e6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "rtxpy" %}
2-
{% set version = "0.0.8" %}
2+
{% set version = "0.0.9" %}
33

44
package:
55
name: {{ name|lower }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rtxpy"
7-
version = "0.0.8"
7+
version = "0.0.9"
88
description = "Ray tracing using CUDA accessible from Python"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.10"

rtxpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .analysis import viewshed, hillshade, render, flyover, view
2525
from .engine import explore
2626

27-
__version__ = "0.0.8"
27+
__version__ = "0.0.9"
2828

2929
# Optional convenience — network helpers with lazy dependency checks
3030
try:

0 commit comments

Comments
 (0)