Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed Oct 21, 2019
1 parent 06746ba commit 3a91f9d
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.3'
__version__ = '0.6.0'
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.3",
version="0.6.0",
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.5',
'calligator>=0.2.8',
'opencv-python',
'toml',
'numpy',
Expand Down

0 comments on commit 3a91f9d

Please sign in to comment.