Skip to content

Commit 39df16d

Browse files
committed
bump version to 0.9.0
1 parent bc3e9cc commit 39df16d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

anipose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
import sys
44

5-
__version__ = '0.8.2'
5+
__version__ = '0.9.0'
66
VERSION = __version__
77

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="anipose",
8-
version="0.8.2",
8+
version="0.9.0",
99
author="Pierre Karashchuk",
1010
author_email="krchtchk@gmail.com",
1111
description="Framework for scalable DeepLabCut based analysis including 3D tracking",
@@ -25,7 +25,7 @@
2525
},
2626
install_requires=[
2727
'deeplabcut>=2.0.4.1',
28-
'aniposelib>=0.3.7',
28+
'aniposelib>=0.4.0',
2929
'opencv-contrib-python~=3.4',
3030
'toml',
3131
'numpy',

0 commit comments

Comments
 (0)