Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed Aug 4, 2019
1 parent 3775ddd commit 4ea9f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.5'
__version__ = '0.5.0'
VERSION = __version__

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

setuptools.setup(
name="anipose",
version="0.3.5",
version="0.5.0",
author="Pierre Karashchuk",
author_email="[email protected]",
description="Framework for scalable DeepLabCut based analysis including 3D tracking",
Expand Down

0 comments on commit 4ea9f52

Please sign in to comment.