We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0119d6 commit b8fbb8cCopy full SHA for b8fbb8c
3 files changed
CITATION.cff
@@ -52,4 +52,4 @@ authors:
52
date-released: 2020-08-05
53
doi: "10.7554/eLife.61909"
54
license: "AGPL-3.0-or-later"
55
-version: "1.1.0"
+version: "1.1.1rc1"
dlclive/version.py
@@ -7,5 +7,5 @@
7
"""
8
9
10
-__version__ = "1.1.0"
+__version__ = "1.1.1rc1"
11
VERSION = __version__
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
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"
0 commit comments