From b32e91745a997ce2bf947583b1dabe0f7ef559a6 Mon Sep 17 00:00:00 2001 From: Pavel Iakubovskii Date: Wed, 8 Jan 2025 15:42:59 +0000 Subject: [PATCH 1/3] Bump --- segmentation_models_pytorch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation_models_pytorch/__version__.py b/segmentation_models_pytorch/__version__.py index b87975ee..d58f27cb 100644 --- a/segmentation_models_pytorch/__version__.py +++ b/segmentation_models_pytorch/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 4, 0) +VERSION = (0, 4, "1dev0") __version__ = ".".join(map(str, VERSION)) From 71bb744305334f1a5343cf5826f7beaf5d3c29c1 Mon Sep 17 00:00:00 2001 From: Pavel Iakubovskii Date: Wed, 8 Jan 2025 15:43:28 +0000 Subject: [PATCH 2/3] Fixing upload --- .github/workflows/pypi.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7cd9c3ec..91367cea 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -14,9 +14,7 @@ jobs: with: python-version: '3.9' - name: Install dependencies - run: | - pip install --upgrade pip uv - uv pip install build twine + run: pip install --upgrade pip twine - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} From cfaf208d64ae72091ee34ecd99c20278cdfd195d Mon Sep 17 00:00:00 2001 From: Pavel Iakubovskii Date: Wed, 8 Jan 2025 17:19:00 +0000 Subject: [PATCH 3/3] Update segmentation_models_pytorch/__version__.py Co-authored-by: Adam J. Stewart --- segmentation_models_pytorch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation_models_pytorch/__version__.py b/segmentation_models_pytorch/__version__.py index d58f27cb..80d8c4dd 100644 --- a/segmentation_models_pytorch/__version__.py +++ b/segmentation_models_pytorch/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 4, "1dev0") +VERSION = (0, 4, 1, "dev0") __version__ = ".".join(map(str, VERSION))