diff --git a/dlclive/version.py b/dlclive/version.py index 8a21dbb..7996e03 100644 --- a/dlclive/version.py +++ b/dlclive/version.py @@ -7,5 +7,5 @@ """ -__version__ = "1.0.3" +__version__ = "1.0.4" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index dd5ee40..349825d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "AGPL-3.0-or-later" diff --git a/reinstall.sh b/reinstall.sh index 86345b6..06d4954 100755 --- a/reinstall.sh +++ b/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= --password= \ No newline at end of file