From d0a90e9477f95ada17ea9bec1a998d08f268cedd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:03:30 +0000 Subject: [PATCH 1/2] Initial plan From 7b5133f112d985d59339f255e550eb631462f9e9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:06:31 +0000 Subject: [PATCH 2/2] Update version to 1.1.0 across all files Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> --- CITATION.cff | 2 +- dlclive/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 27faefd..79e2e55 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.3" +version: "1.1.0" diff --git a/dlclive/version.py b/dlclive/version.py index 7996e03..15d48f3 100644 --- a/dlclive/version.py +++ b/dlclive/version.py @@ -7,5 +7,5 @@ """ -__version__ = "1.0.4" +__version__ = "1.1.0" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 7451d7e..74ed47f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deeplabcut-live" -version = "1.0.4" +version = "1.1.0" 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"