Skip to content

Commit 32f2a54

Browse files
liruilong940607Ruilong Li
andauthored
Fix manifest and upgrade to 1.5.2 (#685)
* fix missing ext.cpp * bump version --------- Co-authored-by: Ruilong Li <[email protected]>
1 parent 355ddaf commit 32f2a54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-include gsplat/cuda/csrc *
2-
recursive-include gsplat/cuda/include *
2+
recursive-include gsplat/cuda/include *
3+
include gsplat/cuda/ext.cpp

gsplat/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)