Skip to content

Commit 6a6d68b

Browse files
CopilotMMathisLab
andcommitted
Update version to v1.1.1rc1
Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
1 parent e132fda commit 6a6d68b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.0"
55+
version: "1.1.1rc1"

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.1.0"
10+
__version__ = "1.1.1rc1"
1111
VERSION = __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deeplabcut-live"
7-
version = "1.1.0"
7+
version = "1.1.1rc1"
88
description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)