Skip to content

Commit f26bb47

Browse files
author
lijie
committed
Update Python Wrapper Version to v2.0.13
1 parent 31fdd0f commit f26bb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>pyorbbecsdk</name>
4-
<version>2.0.12</version>
4+
<version>2.0.13</version>
55
<description>
66
pyorbbecsdk is a python wrapper for the orbbec sdk
77
</description>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def copy_all_files(self, source_dir, destination_dir):
6666

6767
setup(
6868
name='pyorbbecsdk',
69-
version='2.0.12',
69+
version='2.0.13',
7070
author='zhonghong',
7171
author_email='zhonghong@orbbec.com',
7272
description='pyorbbecsdk is a python wrapper for the OrbbecSDK',

0 commit comments

Comments
 (0)