From 892b8dabeb2c525ef90de9f24620b8da7b9398f9 Mon Sep 17 00:00:00 2001 From: AlexEMG Date: Mon, 1 May 2023 15:09:28 +0200 Subject: [PATCH] update version --- 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 f0eacdcbc5..52fd825085 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.3" +__version__ = "2.3.4" VERSION = __version__ diff --git a/examples/test.sh b/examples/test.sh index d495aa74f2..987fd5aae7 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.3-py3-none-any.whl +pip install dist/deeplabcut-2.3.4-py3-none-any.whl cd examples diff --git a/reinstall.sh b/reinstall.sh index 4d8ed03e3f..c108e3c556 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.3-py3-none-any.whl +pip install dist/deeplabcut-2.3.4-py3-none-any.whl diff --git a/setup.py b/setup.py index df4ba8b774..ec5a14aaad 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name="deeplabcut", - version="2.3.3", + version="2.3.4", author="A. & M. Mathis Labs", author_email="alexander@deeplabcut.org", description="Markerless pose-estimation of user-defined features with deep learning",