Skip to content

Commit 1a93815

Browse files
committed
update version to v2.0.15
1 parent fa85bfc commit 1a93815

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.13</version>
4+
<version>2.0.15</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
@@ -68,7 +68,7 @@ def copy_all_files(self, source_dir, destination_dir):
6868

6969
setup(
7070
name='pyorbbecsdk',
71-
version='2.0.14',
71+
version='2.0.15',
7272
author='zhonghong',
7373
author_email='[email protected]',
7474
description='pyorbbecsdk is a python wrapper for the OrbbecSDK',

0 commit comments

Comments
 (0)