We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973e260 commit 1f0552fCopy full SHA for 1f0552f
3 files changed
dlclive/version.py
@@ -7,5 +7,5 @@
7
"""
8
9
10
-__version__ = "1.0"
+__version__ = "1.0.1"
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-1.0-py3-none-any.whl
+pip install dist/deeplabcut_live-1.0.1-py3-none-any.whl
setup.py
@@ -37,7 +37,7 @@
37
38
setuptools.setup(
39
name="deeplabcut-live",
40
- version="1.0",
+ version="1.0.1",
41
author="A. & M. Mathis Labs",
42
author_email="admin@deeplabcut.org",
43
description="Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)",
0 commit comments