Skip to content

Commit 37c3701

Browse files
committed
update version
1 parent b124b98 commit 37c3701

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ authors:
5252
date-released: 2020-08-05
5353
doi: "10.7554/eLife.61909"
5454
license: "AGPL-3.0-or-later"
55-
version: "1.0.2"
55+
version: "1.0.3"

dlclive/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"""
88

99

10-
__version__ = "1.0.2"
10+
__version__ = "1.0.3"
1111
VERSION = __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deeplabcut-live"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
55
authors = ["A. & M. Mathis Labs <admin@deeplabcut.org>"]
66
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)