Skip to content

Commit

Permalink
bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed Aug 28, 2020
1 parent bc3e9cc commit 39df16d
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
Expand Up @@ -2,6 +2,6 @@

import sys

__version__ = '0.8.2'
__version__ = '0.9.0'
VERSION = __version__

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.8.2",
version="0.9.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',
'aniposelib>=0.3.7',
'aniposelib>=0.4.0',
'opencv-contrib-python~=3.4',
'toml',
'numpy',
Expand Down

0 comments on commit 39df16d

Please sign in to comment.