Skip to content

Commit 1f0552f

Browse files
committed
v1.0.1; minor bug fixes
1 parent 973e260 commit 1f0552f

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__ = "1.0"
10+
__version__ = "1.0.1"
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-1.0-py3-none-any.whl
3+
pip install dist/deeplabcut_live-1.0.1-py3-none-any.whl

setup.py

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

3838
setuptools.setup(
3939
name="deeplabcut-live",
40-
version="1.0",
40+
version="1.0.1",
4141
author="A. & M. Mathis Labs",
4242
author_email="[email protected]",
4343
description="Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)",

0 commit comments

Comments
 (0)