diff --git a/CITATION.cff b/CITATION.cff index 3ebdd6f..27faefd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -52,4 +52,4 @@ authors: date-released: 2020-08-05 doi: "10.7554/eLife.61909" license: "AGPL-3.0-or-later" -version: "1.0.2" +version: "1.0.3" diff --git a/dlclive/version.py b/dlclive/version.py index f9cff20..8a21dbb 100644 --- a/dlclive/version.py +++ b/dlclive/version.py @@ -7,5 +7,5 @@ """ -__version__ = "1.0.2" +__version__ = "1.0.3" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 3529695..dd5ee40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deeplabcut-live" -version = "1.0.2" +version = "1.0.3" description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)" authors = ["A. & M. Mathis Labs "] license = "AGPL-3.0-or-later"