Skip to content

Commit f01f800

Browse files
authored
Merge pull request #14 from nerfstudio-project/v1.0
fix version in pyproject.toml
2 parents 15b6a80 + 17290c4 commit f01f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "nerfview"
7-
version = "0.0.3"
7+
version = "0.1.0"
88
description = "Interactive NeRF rendering web viewer"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)