From e132fdaecc05bbc54c559a6dd62fd030c182fcd9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 10:59:19 +0000 Subject: [PATCH 1/2] Initial plan From 6a6d68bd327c7a7e578a0b9f8df82718e60c3095 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:00:47 +0000 Subject: [PATCH 2/2] Update version to v1.1.1rc1 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 79e2e55..d192a0f 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.1.0" +version: "1.1.1rc1" diff --git a/dlclive/version.py b/dlclive/version.py index 15d48f3..0c4c1d8 100644 --- a/dlclive/version.py +++ b/dlclive/version.py @@ -7,5 +7,5 @@ """ -__version__ = "1.1.0" +__version__ = "1.1.1rc1" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 8ce8c13..b1d5132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deeplabcut-live" -version = "1.1.0" +version = "1.1.1rc1" description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)" readme = "README.md" requires-python = ">=3.10,<3.13"