We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b124b98 commit 37c3701Copy full SHA for 37c3701
CITATION.cff
@@ -52,4 +52,4 @@ authors:
52
date-released: 2020-08-05
53
doi: "10.7554/eLife.61909"
54
license: "AGPL-3.0-or-later"
55
-version: "1.0.2"
+version: "1.0.3"
dlclive/version.py
@@ -7,5 +7,5 @@
7
"""
8
9
10
-__version__ = "1.0.2"
+__version__ = "1.0.3"
11
VERSION = __version__
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "deeplabcut-live"
3
-version = "1.0.2"
+version = "1.0.3"
4
description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
5
authors = ["A. & M. Mathis Labs <admin@deeplabcut.org>"]
6
license = "AGPL-3.0-or-later"
0 commit comments