Skip to content

Commit 8566eb5

Browse files
qubveladamjstewart
andauthored
Bump version (#1026)
* Bump * Fixing upload * Update segmentation_models_pytorch/__version__.py Co-authored-by: Adam J. Stewart <[email protected]> --------- Co-authored-by: Adam J. Stewart <[email protected]>
1 parent 12f8394 commit 8566eb5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pypi.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
with:
1515
python-version: '3.9'
1616
- name: Install dependencies
17-
run: |
18-
pip install --upgrade pip uv
19-
uv pip install build twine
17+
run: pip install --upgrade pip twine
2018
- name: Build and publish
2119
env:
2220
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 4, 0)
1+
VERSION = (0, 4, 1, "dev0")
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)