Skip to content

Commit 7d7a57b

Browse files
authored
Update version (#2413)
1 parent 549ff92 commit 7d7a57b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

deeplabcut/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# Licensed under GNU Lesser General Public License v3.0
1010
#
1111

12-
__version__ = "2.3.6"
12+
__version__ = "2.3.7"
1313
VERSION = __version__

examples/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rm -r OUT
66
cd ..
77
pip uninstall deeplabcut
88
python3 setup.py sdist bdist_wheel
9-
pip install dist/deeplabcut-2.3.6-py3-none-any.whl
9+
pip install dist/deeplabcut-2.3.7-py3-none-any.whl
1010

1111
cd examples
1212

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip uninstall deeplabcut
22
python3 setup.py sdist bdist_wheel
3-
pip install dist/deeplabcut-2.3.6-py3-none-any.whl
3+
pip install dist/deeplabcut-2.3.7-py3-none-any.whl

setup.py

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

1818
setuptools.setup(
1919
name="deeplabcut",
20-
version="2.3.6",
20+
version="2.3.7",
2121
author="A. & M. Mathis Labs",
2222
author_email="[email protected]",
2323
description="Markerless pose-estimation of user-defined features with deep learning",

0 commit comments

Comments
 (0)