Skip to content

Commit de8ef50

Browse files
authored
chore: bump version to 0.1.4 (#92)
Fix release workflow Python version (3.10→3.11) so tomllib is available. Made-with: Cursor
1 parent 0fc2f91 commit de8ef50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/upload_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: astral-sh/setup-uv@v7
2121
with:
2222
enable-cache: true
23-
python-version: "3.10"
23+
python-version: "3.11"
2424
activate-environment: true
2525

2626
- name: Resolve release metadata from pyproject

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "setuptools>=45", "wheel" ]
55

66
[project]
77
name = "albucore"
8-
version = "0.1.3"
8+
version = "0.1.4"
99

1010
description = "High-performance image processing functions for deep learning and computer vision."
1111
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)