Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydobbs committed Feb 1, 2025
1 parent 1e9e38e commit ddc3cd2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions torch_ransac3d/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# file generated by setuptools_scm
# don't change, don't track in version control
TYPE_CHECKING = False
if TYPE_CHECKING:
from typing import Tuple, Union
VERSION_TUPLE = Tuple[Union[int, str], ...]
else:
VERSION_TUPLE = object

version: str
__version__: str
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '2.0.1.dev3+g1e9e38e'
__version_tuple__ = version_tuple = (2, 0, 1, 'dev3', 'g1e9e38e')

0 comments on commit ddc3cd2

Please sign in to comment.