Skip to content

Commit

Permalink
bump to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed May 10, 2024
1 parent 82a2073 commit 627f6d5
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
Expand Up @@ -2,6 +2,6 @@

import sys

__version__ = '1.1.2'
__version__ = '1.1.3'
VERSION = __version__

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="1.1.2",
version="1.1.3",
author="Lili Karashchuk",
author_email="[email protected]",
description="Framework for scalable DeepLabCut based analysis including 3D tracking",
Expand Down

0 comments on commit 627f6d5

Please sign in to comment.