File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
"""
8
8
9
9
10
- __version__ = "1.0.3 "
10
+ __version__ = "1.0.4 "
11
11
VERSION = __version__
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " deeplabcut-live"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
description = " Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
5
5
authors = [
" A. & M. Mathis Labs <[email protected] >" ]
6
6
license = " AGPL-3.0-or-later"
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ poetry shell # activating current environment
2
2
poetry install # creating and installing current project
3
3
poetry build # creating the tarball
4
4
poetry publish # uploading to pypi
5
+ # poetry publish --username=<username> --password=<password>
You can’t perform that action at this time.
0 commit comments