Skip to content

Commit

Permalink
Merge pull request #110 from daniellasry/master
Browse files Browse the repository at this point in the history
Preparing for version 1.0.2 release
  • Loading branch information
daniellasry authored Jan 7, 2019
2 parents 7c75cd0 + 894162c commit 2218cd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.0.2

### Bug Fixes

* Fixed plugin directory in user.py. Calling `python ./user.py --list` lists all the plugins now.
* Cleaned up BluePy import for ganglion.
* Test coverage improvements for Cyton.

# v1.0.1

### Bug Fixes
Expand Down
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.1',
version = '1.0.2',
description = 'A lib for controlling OpenBCI Devices',
author='AJ Keller',
author_email='[email protected]',
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.1.tar.gz',
download_url='https://github.com/openbci/openbci_python/archive/v1.0.2.tar.gz',
keywords=['device', 'control', 'eeg', 'emg', 'ekg', 'ads1299', 'openbci', 'ganglion', 'cyton', 'wifi'], # arbitrary keywords
zip_safe=False)

0 comments on commit 2218cd8

Please sign in to comment.