Skip to content

Commit dc990b6

Browse files
author
AJ Keller
authored
Update for 1.0.1
1 parent ca0d788 commit dc990b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from setuptools import setup, find_packages
22

33
setup(name = 'OpenBCI_Python',
4-
version = '1.0.0',
4+
version = '1.0.1',
55
description = 'A lib for controlling OpenBCI Devices',
66
author='AJ Keller',
77
author_email='[email protected]',
88
license='MIT',
99
packages=find_packages(),
1010
install_requires=['numpy'],
1111
url='https://github.com/openbci/openbci_python', # use the URL to the github repo
12-
download_url='https://github.com/openbci/openbci_python/archive/v1.0.0.tar.gz',
12+
download_url='https://github.com/openbci/openbci_python/archive/v1.0.1.tar.gz',
1313
keywords=['device', 'control', 'eeg', 'emg', 'ekg', 'ads1299', 'openbci', 'ganglion', 'cyton', 'wifi'], # arbitrary keywords
1414
zip_safe=False)

0 commit comments

Comments
 (0)