Skip to content

Commit b7570a8

Browse files
committed
bump version number
1 parent b32f89f commit b7570a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.2.0'
61+
version = '0.2.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.2.0'
63+
release = '0.2.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name='freenect2',
1010
description='Python bindings for the libfreenect2 Kinect for Windows driver',
11-
version='0.2.0',
11+
version='0.2.1',
1212
author='Rich Wareham',
1313
author_email='[email protected]',
1414
url='https://github.com/rjw57/freenect2-python',

0 commit comments

Comments
 (0)