Skip to content

Commit

Permalink
bump version, require latest calligator
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed Aug 19, 2019
1 parent 3023903 commit 853d9ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anipose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '0.5.0'
__version__ = '0.5.2'
VERSION = __version__

from . import common
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="anipose",
version="0.5.0",
version="0.5.2",
author="Pierre Karashchuk",
author_email="[email protected]",
description="Framework for scalable DeepLabCut based analysis including 3D tracking",
Expand All @@ -25,7 +25,7 @@
},
install_requires=[
'deeplabcut>=2.0.4.1',
'calligator>=0.2.4',
'calligator>=0.2.5',
'opencv-python',
'toml',
'numpy',
Expand Down

0 comments on commit 853d9ed

Please sign in to comment.