We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8826 commit 80b235bCopy full SHA for 80b235b
dlclive/version.py
@@ -7,5 +7,5 @@
7
"""
8
9
10
-__version__ = '0.0.1'
+__version__ = '0.0'
11
VERSION = __version__
reinstall.sh
@@ -1,3 +1,3 @@
1
pip uninstall deeplabcut-live
2
python3 setup.py sdist bdist_wheel
3
-pip install dist/deeplabcut_live-0.0.1-py3-none-any.whl
+pip install dist/deeplabcut_live-0.0-py3-none-any.whl
setup.py
@@ -43,7 +43,7 @@
43
44
setuptools.setup(
45
name="deeplabcut-live",
46
- version="0.0.1",
+ version="0.0",
47
author="A. & M. Mathis Labs",
48
author_email="admin@deeplabcut.org",
49
description="Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)",
0 commit comments