Skip to content

Commit

Permalink
update README and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Apr 30, 2019
1 parent 725ab92 commit 66ce503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,13 @@ bit different API. The most important changes are:

### Changes

#### v1.0.4
#### v1.0.4 (2019-04-29)

- Remove myo.quaternion, it was a leftover and the Quaternion class was actually in myo.types.math
- move myo.types.math and myo.types.macaddr to myo package instead
- myo.types package is now a stub for backwards compatibility
- Depend on `enum34` package instead of `nr.types.enum` which has been removed in `nr.types>=2.0.0`
- Update the error message of a `ValueError` raised in `myo.init()`

#### v1.0.3 (2018-06-28)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
long_description_content_type='text/markdown',
author='Niklas Rosenstein',
author_email='[email protected]',
license = 'MIT',
license='MIT',
url='https://github.com/NiklasRosenstein/myo-python',
packages=['myo', 'myo.types'],
package_data={'myo': ['libmyo.h']},
Expand Down

0 comments on commit 66ce503

Please sign in to comment.