Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpasselin committed Oct 14, 2020
1 parent 3d66197 commit f44f6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ def __str__(self):
libraries=['k4a', 'k4arecord'])

setup(name='pyk4a',
version='1.0',
version='1.0.1',
description='Python wrapper over Azure Kinect SDK',
license='GPL-3.0',
author='Etienne Dubeau',
install_requires=['numpy'],
python_requires='>=3.4',
author_email='[email protected]',
url='https://github.com/etiennedub/pyk4a/',
download_url='https://github.com/etiennedub/pyk4a/archive/0.2.tar.gz',
download_url='https://github.com/etiennedub/pyk4a/archive/1.0.1.tar.gz',
packages=['pyk4a'],
package_data={'pyk4a': ["py.typed"]},
ext_modules=[module],
Expand Down

0 comments on commit f44f6de

Please sign in to comment.