Skip to content

Commit

Permalink
added documentation changes and edited tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Jan 4, 2016
1 parent 6cc9a5c commit 904f14b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install the py-opc package through PyPi:

Upgrade to the newest version:

>>> pip install -U py-opc
>>> pip install py-opc --upgrade


## License
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Written originally by David H Hagan
'''

__version__ = '0.3.0'
__version__ = '0.3.1'

try:
from setuptools import setup
Expand Down
2 changes: 1 addition & 1 deletion tests/opc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def setUp(self):

def tearDown(self):
pass

'''
def test_spi(self):
sleep(interval)
Expand Down

0 comments on commit 904f14b

Please sign in to comment.