github-actions[bot] commited on
Commit
c356adc
·
1 Parent(s): f43cd44

Sync from GitHub: daa0f61c6a9a4488611b777f9afd8c3af1dc2542

Browse files
Files changed (1) hide show
  1. rgbddepth/__init__.py +1 -1
rgbddepth/__init__.py CHANGED
@@ -4,7 +4,7 @@ This package provides optimized depth refinement for RGB-D cameras with support
4
  for CUDA (xFormers), MPS (Apple Silicon), and CPU devices.
5
  """
6
 
7
- __version__ = "1.0.2"
8
 
9
  from .dinov2 import DinoVisionTransformer
10
  from .dpt import RGBDDepth
 
4
  for CUDA (xFormers), MPS (Apple Silicon), and CPU devices.
5
  """
6
 
7
+ __version__ = "1.0.3"
8
 
9
  from .dinov2 import DinoVisionTransformer
10
  from .dpt import RGBDDepth