We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32f89f commit b7570a8Copy full SHA for b7570a8
doc/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '0.2.0'
+version = '0.2.1'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.2.0'
+release = '0.2.1'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name='freenect2',
10
description='Python bindings for the libfreenect2 Kinect for Windows driver',
11
- version='0.2.0',
+ version='0.2.1',
12
author='Rich Wareham',
13
author_email='[email protected]',
14
url='https://github.com/rjw57/freenect2-python',
0 commit comments