Skip to content

Commit 7e9691a

Browse files
committed
update the package version to match the new version in main branch
1 parent 4782f2c commit 7e9691a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dlclive/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
Licensed under GNU Lesser General Public License v3.0
77
"""
88

9-
__version__ = "3.0.0a0"
9+
__version__ = "1.1.0"
1010
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 = "3.0.0a0"
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)