Skip to content

Commit ae9550c

Browse files
committed
Set version in pyproject.toml to 2.0.0rc0
Replace dynamic = ["version"] with an explicit version = "2.0.0rc0" placeholder in pyproject.toml. This makes the package version static (release candidate) for packaging/CI needs; update the placeholder as appropriate for final releases.
1 parent 1cc7801 commit ae9550c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ requires = [ "setuptools>=68" ]
44

55
[project]
66
name = "deeplabcut-live-gui"
7+
version = "2.0.0rc0" # PLACEHOLDER
78
description = "PySide6-based GUI to run real time DeepLabCut experiments"
89
readme = "README.md"
910
keywords = [ "deep learning", "deeplabcut", "gui", "pose estimation", "real-time" ]
@@ -21,7 +22,6 @@ classifiers = [
2122
"Programming Language :: Python :: 3.12",
2223
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2324
]
24-
dynamic = [ "version" ]
2525
dependencies = [
2626
"cv2-enumerate-cameras",
2727
"deeplabcut-live==1.1",

0 commit comments

Comments
 (0)