Skip to content

Commit 80b235b

Browse files
committed
pipy sync
1 parent 92c8826 commit 80b235b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dlclive/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"""
88

99

10-
__version__ = '0.0.1'
10+
__version__ = '0.0'
1111
VERSION = __version__

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip uninstall deeplabcut-live
22
python3 setup.py sdist bdist_wheel
3-
pip install dist/deeplabcut_live-0.0.1-py3-none-any.whl
3+
pip install dist/deeplabcut_live-0.0-py3-none-any.whl

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setuptools.setup(
4545
name="deeplabcut-live",
46-
version="0.0.1",
46+
version="0.0",
4747
author="A. & M. Mathis Labs",
4848
author_email="[email protected]",
4949
description="Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)",

0 commit comments

Comments
 (0)