diff --git a/dlclive/version.py b/dlclive/version.py index 5af39ca..0bdb904 100644 --- a/dlclive/version.py +++ b/dlclive/version.py @@ -7,5 +7,5 @@ """ -__version__ = "1.0" +__version__ = "1.0.1" VERSION = __version__ diff --git a/reinstall.sh b/reinstall.sh index d0da969..0e6acd6 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -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 diff --git a/setup.py b/setup.py index 2179ffb..d4352f5 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setuptools.setup( name="deeplabcut-live", - version="1.0", + version="1.0.1", author="A. & M. Mathis Labs", author_email="admin@deeplabcut.org", description="Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)",