From d750cd30d3d2b859b5228e2b4982c313506b390c Mon Sep 17 00:00:00 2001 From: AlexEMG Date: Wed, 31 May 2023 00:16:03 +0200 Subject: [PATCH] version update --- deeplabcut/version.py | 2 +- examples/test.sh | 2 +- reinstall.sh | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deeplabcut/version.py b/deeplabcut/version.py index 52fd825085..41f234efec 100644 --- a/deeplabcut/version.py +++ b/deeplabcut/version.py @@ -9,5 +9,5 @@ # Licensed under GNU Lesser General Public License v3.0 # -__version__ = "2.3.4" +__version__ = "2.3.5" VERSION = __version__ diff --git a/examples/test.sh b/examples/test.sh index 987fd5aae7..3a1c4b4968 100755 --- a/examples/test.sh +++ b/examples/test.sh @@ -6,7 +6,7 @@ rm -r OUT cd .. pip uninstall deeplabcut python3 setup.py sdist bdist_wheel -pip install dist/deeplabcut-2.3.4-py3-none-any.whl +pip install dist/deeplabcut-2.3.5-py3-none-any.whl cd examples diff --git a/reinstall.sh b/reinstall.sh index c108e3c556..7286aaae30 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -1,3 +1,3 @@ pip uninstall deeplabcut python3 setup.py sdist bdist_wheel -pip install dist/deeplabcut-2.3.4-py3-none-any.whl +pip install dist/deeplabcut-2.3.5-py3-none-any.whl diff --git a/setup.py b/setup.py index ccabc82c59..97ad54c3fa 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name="deeplabcut", - version="2.3.4", + version="2.3.5", author="A. & M. Mathis Labs", author_email="alexander@deeplabcut.org", description="Markerless pose-estimation of user-defined features with deep learning",