Skip to content

Commit 5c47365

Browse files
committed
Bump
1 parent 9016e48 commit 5c47365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data-core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "robotpy-opencv-core"
2-
version = "4.12.0"
2+
version = "4.12.0+r1"
33
url = "https://opencv.org"
44
license = "Apache 2"
55
install_requires = ["numpy"]

data-py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "robotpy-opencv"
2-
version = "4.12.0"
2+
version = "4.12.0+r1"
33
url = "https://opencv.org"
44
license = "Apache 2"
55
install_requires = ["numpy", f"robotpy-opencv-core=={version}"]

0 commit comments

Comments
 (0)