Skip to content

Commit

Permalink
Bump to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Sep 30, 2017
1 parent 9d9bfc0 commit 385a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ show()
See the files 'demo_waterfall.py' and 'test.py' for more examples.

### Handling multiple devices:
*(added in v2.5.x)*
*(added in v2.5.6)*
```python
from rtlsdr import RtlSdr

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup, find_packages

PACKAGE_NAME = 'pyrtlsdr'
VERSION = '0.2.5'
VERSION = '0.2.6'

#HERE = os.path.abspath(os.path.dirname(__file__))
#README = open(os.path.join(HERE, 'README.md')).read()
Expand Down

0 comments on commit 385a0c7

Please sign in to comment.