Skip to content

Commit

Permalink
DLC 2.1.6.3; fixes pandas upg. #629, #611, #602 & Sarimax #540 and #603
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEMG committed Mar 21, 2020
1 parent 45d8322 commit da7851d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deeplabcut/version.py
Expand Up @@ -8,5 +8,5 @@
Licensed under GNU Lesser General Public License v3.0
"""

__version__ = '2.1.6.2'
__version__ = '2.1.6.3'
VERSION = __version__
2 changes: 1 addition & 1 deletion reinstall.sh
@@ -1,3 +1,3 @@
pip uninstall deeplabcut
python3 setup.py sdist bdist_wheel
pip install dist/deeplabcut-2.1.6.2-py3-none-any.whl
pip install dist/deeplabcut-2.1.6.3-py3-none-any.whl
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name="deeplabcut",
version="2.1.6.2",
version="2.1.6.3",
author="A. & M. Mathis Labs",
author_email="alexander.mathis@bethgelab.org",
description="Markerless pose-estimation of user-defined features with deep learning",
Expand Down

1 comment on commit da7851d

@AlexEMG
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip install deeplabcut==2.1.6.3

Please sign in to comment.