We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86be0d7 + 1ec1827 commit 5b0973cCopy full SHA for 5b0973c
dlclive/version.py
@@ -7,5 +7,5 @@
7
"""
8
9
10
-__version__ = "1.0.3"
+__version__ = "1.0.4"
11
VERSION = __version__
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "deeplabcut-live"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
5
authors = ["A. & M. Mathis Labs <admin@deeplabcut.org>"]
6
license = "AGPL-3.0-or-later"
reinstall.sh
@@ -2,3 +2,4 @@ poetry shell # activating current environment
poetry install # creating and installing current project
poetry build # creating the tarball
poetry publish # uploading to pypi
+#poetry publish --username=<username> --password=<password>
0 commit comments