Skip to content

Commit 5b0973c

Browse files
authored
Merge pull request #101 from DeepLabCut/v1.0.4
V1.0.4
2 parents 86be0d7 + 1ec1827 commit 5b0973c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dlclive/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"""
88

99

10-
__version__ = "1.0.3"
10+
__version__ = "1.0.4"
1111
VERSION = __version__

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deeplabcut-live"
3-
version = "1.0.3"
3+
version = "1.0.4"
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"

reinstall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ poetry shell # activating current environment
22
poetry install # creating and installing current project
33
poetry build # creating the tarball
44
poetry publish # uploading to pypi
5+
#poetry publish --username=<username> --password=<password>

0 commit comments

Comments
 (0)