Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit d2f2f08

Browse files
committed
api v0.6.1 commit
1 parent 34d37e1 commit d2f2f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run(self):
6666
setup(
6767
name='metawear',
6868
packages=['mbientlab', 'mbientlab.metawear'],
69-
version='0.6.0',
69+
version='0.6.1',
7070
description='Python bindings for the MetaWear C++ SDK by MbientLab',
7171
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
7272
package_data={'mbientlab.metawear': so_pkg_data},
@@ -92,4 +92,4 @@ def run(self):
9292
'Programming Language :: Python :: 2.7',
9393
'Programming Language :: Python :: 3',
9494
]
95-
)
95+
)

0 commit comments

Comments
 (0)