Skip to content

Commit a40e767

Browse files
committed
chore: bump version to 0.4.3, require capture-bin>=0.2.9
1 parent 54a2c91 commit a40e767

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"websockets>=11.0.3",
4040
],
4141
extras_require={
42-
"capture": ["videodb-capture-bin>=0.2.8"],
42+
"capture": ["videodb-capture-bin>=0.2.9"],
4343
},
4444
classifiers=[
4545
"Intended Audience :: Developers",

videodb/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
__version__ = "0.4.2"
5+
__version__ = "0.4.3"
66
__title__ = "videodb"
77
__author__ = "videodb"
88
__email__ = "contact@videodb.io"

0 commit comments

Comments
 (0)