Skip to content

Commit

Permalink
Merge pull request #101 from DeepLabCut/v1.0.4
Browse files Browse the repository at this point in the history
V1.0.4
  • Loading branch information
AlexEMG authored May 5, 2023
2 parents 86be0d7 + 1ec1827 commit 5b0973c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dlclive/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"""


__version__ = "1.0.3"
__version__ = "1.0.4"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deeplabcut-live"
version = "1.0.3"
version = "1.0.4"
description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
authors = ["A. & M. Mathis Labs <admin@deeplabcut.org>"]
license = "AGPL-3.0-or-later"
Expand Down
1 change: 1 addition & 0 deletions reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 5b0973c

Please sign in to comment.