Skip to content

Commit

Permalink
v1.0.1; minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEMG committed May 15, 2021
1 parent 973e260 commit 1f0552f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dlclive/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"""


__version__ = "1.0"
__version__ = "1.0.1"
VERSION = __version__
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip uninstall deeplabcut-live
python3 setup.py sdist bdist_wheel
pip install dist/deeplabcut_live-1.0-py3-none-any.whl
pip install dist/deeplabcut_live-1.0.1-py3-none-any.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

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

0 comments on commit 1f0552f

Please sign in to comment.