Skip to content

Commit 96ef85c

Browse files
authored
Add files via upload
1 parent 86be0d7 commit 96ef85c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

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.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 <[email protected]>"]
66
license = "AGPL-3.0-or-later"

reinstall.sh

Lines changed: 1 addition & 0 deletions
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>

version.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""
2+
DeepLabCut Live Toolbox (deeplabcut.org)
3+
© A. & M. Mathis Labs
4+
5+
6+
Licensed under GNU Lesser General Public License v3.0
7+
"""
8+
9+
10+
__version__ = "1.0.4"
11+
VERSION = __version__

0 commit comments

Comments
 (0)