Skip to content

Commit

Permalink
Update for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Keller authored Oct 17, 2018
1 parent ca0d788 commit dc990b6
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
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages

setup(name = 'OpenBCI_Python',
version = '1.0.0',
version = '1.0.1',
description = 'A lib for controlling OpenBCI Devices',
author='AJ Keller',
author_email='pushtheworldllc@gmail.com',
license='MIT',
packages=find_packages(),
install_requires=['numpy'],
url='https://github.com/openbci/openbci_python', # use the URL to the github repo
download_url='https://github.com/openbci/openbci_python/archive/v1.0.0.tar.gz',
download_url='https://github.com/openbci/openbci_python/archive/v1.0.1.tar.gz',
keywords=['device', 'control', 'eeg', 'emg', 'ekg', 'ads1299', 'openbci', 'ganglion', 'cyton', 'wifi'], # arbitrary keywords
zip_safe=False)

0 comments on commit dc990b6

Please sign in to comment.