Skip to content

Commit

Permalink
Finish 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicalh committed Mar 30, 2016
2 parents 6d6723d + 21b8097 commit d8cb3ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ekmmeters 0.1.6
# ekmmeters 0.1.7

Python API for the EKM Omnimeter Serial Interface

Expand Down
2 changes: 0 additions & 2 deletions docs/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Values used primarily (but not exclusively) for serial settings parameters.

.. autoclass:: PulseOutput

.. autoclass:: PulseOutput

.. autoclass:: Relay

.. autoclass:: RelayState
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name = "ekmmeters",
version = "0.1.6",
version = "0.1.7",
license='MIT',
description='Python API for V3 and V4 EKM Omnimeters',
author = 'EKM Metering',
author_email = "info@ekmmetering.com",
url = 'https://github.com/jessicalh/ekmmeters',
download_url = 'https://github.com/jessicalh/ekmmeters/tarball/0.1.6',
download_url = 'https://github.com/jessicalh/ekmmeters/tarball/0.1.7',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit d8cb3ed

Please sign in to comment.