From 96ef85cdf26078ac636d07a1d1b584027989fc68 Mon Sep 17 00:00:00 2001 From: Alexander Mathis Date: Fri, 5 May 2023 19:44:46 +0200 Subject: [PATCH 1/3] Add files via upload --- pyproject.toml | 2 +- reinstall.sh | 1 + version.py | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 version.py 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 diff --git a/version.py b/version.py new file mode 100644 index 0000000..7996e03 --- /dev/null +++ b/version.py @@ -0,0 +1,11 @@ +""" +DeepLabCut Live Toolbox (deeplabcut.org) +© A. & M. Mathis Labs +admin@deeplabcut.org + +Licensed under GNU Lesser General Public License v3.0 +""" + + +__version__ = "1.0.4" +VERSION = __version__ From 409a5cc2361363c675576623dfaa10efcdb84410 Mon Sep 17 00:00:00 2001 From: Alexander Mathis Date: Fri, 5 May 2023 19:45:31 +0200 Subject: [PATCH 2/3] Delete version.py --- version.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 version.py diff --git a/version.py b/version.py deleted file mode 100644 index 7996e03..0000000 --- a/version.py +++ /dev/null @@ -1,11 +0,0 @@ -""" -DeepLabCut Live Toolbox (deeplabcut.org) -© A. & M. Mathis Labs -admin@deeplabcut.org - -Licensed under GNU Lesser General Public License v3.0 -""" - - -__version__ = "1.0.4" -VERSION = __version__ From 1ec1827fd3d852f1c95be7d9c6d601a9db5ce985 Mon Sep 17 00:00:00 2001 From: Alexander Mathis Date: Fri, 5 May 2023 19:45:47 +0200 Subject: [PATCH 3/3] Update version.py --- dlclive/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__