Skip to content

Commit 3ce9e1d

Browse files
authored
Merge pull request #66 from makepath/release/v0.1.0
Release v0.1.0
2 parents 8f68627 + b4d41d2 commit 3ce9e1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.9"
7+
version = "0.1.0"
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.9"
27+
__version__ = "0.1.0"
2828

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

0 commit comments

Comments
 (0)