File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# Licensed under GNU Lesser General Public License v3.0
1010#
1111
12- __version__ = "2.3.6 "
12+ __version__ = "2.3.7 "
1313VERSION = __version__
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rm -r OUT
66cd ..
77pip uninstall deeplabcut
88python3 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
1111cd examples
1212
Original file line number Diff line number Diff line change 11pip uninstall deeplabcut
22python3 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
Original file line number Diff line number Diff line change 1717
1818setuptools .setup (
1919 name = "deeplabcut" ,
20- version = "2.3.6 " ,
20+ version = "2.3.7 " ,
2121 author = "A. & M. Mathis Labs" ,
22222323 description = "Markerless pose-estimation of user-defined features with deep learning" ,
You can’t perform that action at this time.
0 commit comments