Skip to content

Commit 5422e6a

Browse files
CopilotMMathisLab
andauthored
version 1.1.0 (#147)
* Initial plan * Update version to 1.1.0 across all files Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
1 parent 13f5ef6 commit 5422e6a

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.0.3"
55+
version: "1.1.0"

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.4"
10+
__version__ = "1.1.0"
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.4"
3+
version = "1.1.0"
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)