Skip to content

Commit 1fd89a0

Browse files
committed
chore: bump to v0.4.36
Re-publishes anylabeling-gpu, which last shipped a working wheel as v0.4.29. v0.4.30 onward had broken metadata (PEP 621 silently dropped the setup.py name override). The workflow change in #232 sed-rewrites pyproject.toml before build, so this is the first tag that should produce a correct anylabeling-gpu-0.4.36-py3-none-any.whl. Also the first tag pushed under the new test gate — publish only proceeds if the 9-cell matrix is green.
1 parent ba688b9 commit 1fd89a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__appname__ = "AnyLabeling"
22
__appdescription__ = "Effortless data labeling with AI support"
3-
__version__ = "0.4.35"
3+
__version__ = "0.4.36"
44
__preferred_device__ = "CPU" # GPU or CPU"

0 commit comments

Comments
 (0)